Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Minor fixups.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- configure.in        8 May 2004 21:39:35 -0000       1.92
+++ configure.in        11 May 2004 18:53:16 -0000      1.93
@@ -65,7 +65,7 @@
 
 AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION(0.12.1)
-if [ "x$LIBINTL" = "x" ]; then
+if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"
   AC_SUBST(LIBINTL)
 fi
@@ -84,7 +84,7 @@
   [  --with-imlib2           compile with Imlib2 support [default=yes]],, 
with_imlib2=yes)
 
 AC_ARG_WITH(fnlib,
-  [  --with-fnlib            compile with Fnlib support [default=yes]],, 
with_fnlib=yes)
+  [  --with-fnlib            compile with Fnlib support (requires Imlib1) 
[default=no]],, with_fnlib=no)
 
 if test "x$enable_hints_ewmh" = "xyes"; then AC_DEFINE(ENABLE_EWMH, 1, [Extended 
Window Manager Hints]) fi
 if test "x$enable_hints_gnome" = "xyes"; then AC_DEFINE(ENABLE_GNOME, 1, [GNOME(<2.0) 
Hints]) fi




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to