[MPlayer-cvslog] r36897 - trunk/configure
komh
subversion at mplayerhq.hu
Thu Feb 20 14:57:45 CET 2014
Author: komh
Date: Thu Feb 20 14:57:44 2014
New Revision: 36897
Log:
configure: fix a typo
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Feb 20 00:01:15 2014 (r36896)
+++ trunk/configure Thu Feb 20 14:57:44 2014 (r36897)
@@ -2776,7 +2776,7 @@ HOSTCFLAGS="-D_ISOC99_SOURCE -I. -Iffmpe
# On glibc, add some more CPPFLAGS for enabling required functionality.
cpp_condition_check features.h "defined __GLIBC__" &&
CFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $CFLAGS" &&
- HOSTCFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $HOSTCFLAGS" &&
+ HOSTCFLAGS="-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 $HOSTCFLAGS"
if test "$cc_vendor" = "gnu" ; then
cflag_check -fno-tree-vectorize && CFLAGS="$CFLAGS -fno-tree-vectorize"
More information about the MPlayer-cvslog
mailing list