[MPlayer-cvslog] r36002 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Mar 17 23:47:44 CET 2013
Author: diego
Date: Sun Mar 17 23:47:43 2013
New Revision: 36002
Log:
configure: Drop _BSD_SOURCE from CPPFLAGS for non-gcc compilers.
The flag was added for old ICC versions and is unlikely to be a correct fix.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Mar 17 23:47:41 2013 (r36001)
+++ trunk/configure Sun Mar 17 23:47:43 2013 (r36002)
@@ -2731,7 +2731,7 @@ if test "$cc_vendor" = "gnu" ; then
cflag_check -Wmissing-prototypes && WARN_CFLAGS="-Wmissing-prototypes $WARN_CFLAGS"
cflag_check -Wstrict-prototypes && WARN_CFLAGS="-Wstrict-prototypes $WARN_CFLAGS"
else
- CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS"
+ CFLAGS="-D_ISOC99_SOURCE $CFLAGS"
fi
cflag_check -mno-omit-leaf-frame-pointer && cflags_no_omit_leaf_frame_pointer="-mno-omit-leaf-frame-pointer"
More information about the MPlayer-cvslog
mailing list