[Ffmpeg-cvslog] r7831 - trunk/configure

diego subversion
Mon Feb 5 18:04:15 CET 2007


Author: diego
Date: Mon Feb  5 18:04:15 2007
New Revision: 7831

Modified:
   trunk/configure

Log:
a bit more consistency for for the imlib2 check


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Feb  5 18:04:15 2007
@@ -1668,10 +1668,11 @@
 ##########################################
 # imlib check
 
+imlib2=no
 if (imlib2-config --version) >/dev/null 2>&1 ; then
     temp_cflags `imlib2-config --cflags`
     temp_extralibs `imlib2-config --libs`
-    check_ld <<EOF && imlib2=yes || imlib2=no
+    check_ld <<EOF && imlib2=yes
 #include <Imlib2.h>
 int main( void ) { return (int) imlib_load_font("foo"); }
 EOF




More information about the ffmpeg-cvslog mailing list