[Lunar-commits] r22980 - moonbase/trunk/compilers/php

Auke Kok sofar at lunar-linux.org
Thu Jan 18 17:35:50 CET 2007


Author: sofar
Date: 2007-01-18 17:35:50 +0100 (Thu, 18 Jan 2007)
New Revision: 22980

Modified:
   moonbase/trunk/compilers/php/CONFIGURE
Log:
Add internally available EXIF support on request - doesn't require libexif to be present.


Modified: moonbase/trunk/compilers/php/CONFIGURE
===================================================================
--- moonbase/trunk/compilers/php/CONFIGURE	2007-01-18 15:29:32 UTC (rev 22979)
+++ moonbase/trunk/compilers/php/CONFIGURE	2007-01-18 16:35:50 UTC (rev 22980)
@@ -7,10 +7,14 @@
     OPTS="$OPTS --enable-ftp"
   fi
 
+  if  query  "Install EXIF support?" y;  then
+    OPTS="$OPTS --enable-exif"
+  fi
+
   if  query  "Enable transparent session id?" y;  then
     OPTS="$OPTS --enable-trans-sid"
   fi
-  
+
   if  query  "Enable sockets support (experimental)?" y;  then
     OPTS="$OPTS --enable-sockets"
   fi



More information about the Lunar-commits mailing list