[Ffmpeg-cvslog] r7834 - trunk/configure
diego
subversion
Mon Feb 5 19:52:51 CET 2007
Author: diego
Date: Mon Feb 5 19:52:51 2007
New Revision: 7834
Modified:
trunk/configure
Log:
Use enabled/disabled functions where possible.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Feb 5 19:52:51 2007
@@ -1399,7 +1399,7 @@
EOF
if test "$?" != 0; then
echo "$cc is unable to create an executable file."
- if test -z "$cross_prefix" -a "$cross_compile" = no; then
+ if test -z "$cross_prefix" && disabled cross_compile ; then
echo "If $cc is a cross-compiler, use the --cross-compile option."
echo "Only do this if you know what cross compiling means."
fi
@@ -1648,7 +1648,7 @@
add_extralibs $ldl
fi
-if test "$targetos" = "CYGWIN" -a "$lstatic" = "yes" ; then
+if test "$targetos" = "CYGWIN" && enabled lstatic ; then
vhook="no"
echo
echo "At the moment vhooks don't work on Cygwin static builds."
More information about the ffmpeg-cvslog
mailing list