[MPlayer-cvslog] r34133 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Sep 26 12:59:39 CEST 2011
Author: diego
Date: Mon Sep 26 12:59:39 2011
New Revision: 34133
Log:
configure: Set CONFIG_PIC to 1 if PIC is enabled.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Sep 25 15:28:25 2011 (r34132)
+++ trunk/configure Mon Sep 26 12:59:39 2011 (r34133)
@@ -2662,7 +2662,7 @@ int main(void) {
}
EOF
cc_check && pic=yes && extra_cflags="$extra_cflags -DPIC" &&
- def_pic='#define CONFIG_PIC 0'
+ def_pic='#define CONFIG_PIC 1'
echores $pic
More information about the MPlayer-cvslog
mailing list