Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Fix configure bug and and ecore warning - thanks Sebastian Dransfeld
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- configure.in        12 Nov 2004 02:32:30 -0000      1.62
+++ configure.in        8 Dec 2004 16:23:08 -0000       1.63
@@ -573,7 +573,7 @@
    [ EET_CONFIG=$withval;
      echo "using "$EET_CONFIG" for eet-config"; ],
    [ if test -z "$EET_CONFIG"; then
-       AC_PATH_PROG(PROG_EET_CONFIG, "eet-config", "", $PATH)
+       AC_PATH_PROG(EET_CONFIG, "eet-config", "", $PATH)
      fi
    ])
    eet_cflags=`$EET_CONFIG --cflags`




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to