Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto/enesim

Dir     : e17/proto/enesim


Modified Files:
        configure.in 


Log Message:
- Fix unsued autotools definitions
- Make argb8888 premul/unpremul functions part of the surface backend

===================================================================
RCS file: /cvs/e/e17/proto/enesim/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        12 Oct 2007 11:04:51 -0000      1.1
+++ configure.in        19 Oct 2007 15:30:07 -0000      1.2
@@ -22,26 +22,6 @@
 AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
 
 
-###############
-## dlopen
-
-dlopen_libs=""
-AC_CHECK_FUNCS(dlopen, res=yes, res=no)
-if test "x$res" = "xyes"; then
-  AC_CHECK_FUNCS(dladdr, AC_DEFINE(HAVE_DLADDR))
-else
-  AC_CHECK_LIB(dl, dlopen, res=yes, res=no)
-  if test "x$res" = "xyes"; then
-    AC_CHECK_LIB(dl, dladdr, AC_DEFINE(HAVE_DLADDR))
-    dlopen_libs=-ldl
-  else
-    AC_MSG_ERROR(Cannot find dlopen)
-  fi
-fi
-AC_SUBST(dlopen_libs)
-
-
-
 dnl Add the languages which your application supports here.
 
 if test "x${bindir}" = 'x${exec_prefix}/bin'; then
@@ -158,8 +138,6 @@
 echo "Configuration Options Summary:"
 echo
 echo "Installation Path.........: $prefix"
-echo "CFLAGS....................: $ETC_CFLAGS"
-echo "LIBS......................: $ETC_LIBS"
 echo
 echo "Now type 'make' ('gmake' on some systems) to compile $PACKAGE,"
 echo "and then afterwards as root (or the user who will install this), type"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to