Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewd
Dir : e17/libs/ewd
Modified Files:
configure.ac configure.in ewd-config.in
Log Message:
Check for -ldl correctly.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewd/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.ac 6 Mar 2002 21:06:47 -0000 1.3
+++ configure.ac 10 Nov 2003 16:39:40 -0000 1.4
@@ -71,6 +71,8 @@
PTHREAD_LIBS=""
fi
+AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
+AC_SUBST(dlopen_libs)
dnl Checking for Perl:
AC_PATH_PROG(PERL,perl,0)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewd/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in 6 Mar 2002 21:06:47 -0000 1.11
+++ configure.in 10 Nov 2003 16:39:40 -0000 1.12
@@ -85,6 +85,9 @@
PTHREAD_LIBS=""
fi
+AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
+AC_SUBST(dlopen_libs)
+
dnl Use -Wall if we have gcc.
changequote(,)dnl
if test "x$GCC" = "xyes"; then
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewd/ewd-config.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewd-config.in 7 Mar 2002 22:02:11 -0000 1.5
+++ ewd-config.in 10 Nov 2003 16:39:40 -0000 1.6
@@ -46,7 +46,7 @@
;;
--libs)
[EMAIL PROTECTED]@
- echo $libdirs -lewd -lm @PTHREAD_LIBS@
+ echo $libdirs -lewd -lm @PTHREAD_LIBS@ @dlopen_libs@
;;
*)
echo "${usage}" 1>&2
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs