[dovecot-cvs] dovecot configure.in,1.127,1.128

cras at procontrol.fi cras at procontrol.fi
Fri May 30 03:04:01 EEST 2003


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv2774

Modified Files:
	configure.in 
Log Message:
dlopen wasn't actually checked from libc..



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- configure.in	28 May 2003 11:28:42 -0000	1.127
+++ configure.in	29 May 2003 23:03:59 -0000	1.128
@@ -914,7 +914,7 @@
   have_modules=yes
   MODULE_LIBS="-export-dynamic -ldl"
 ], [
-  AC_CHECK_FUNC(dlopen,, [
+  AC_CHECK_FUNC(dlopen, [
     have_modules=yes
     MODULE_LIBS="-export-dynamic"
   ])



More information about the dovecot-cvs mailing list