2007-02-01 Miguel de Icaza <miguel@novell.com>
authorMiguel de Icaza <miguel@gnome.org>
Thu, 1 Feb 2007 05:40:11 +0000 (05:40 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 1 Feb 2007 05:40:11 +0000 (05:40 -0000)
* configure.in: Naive attempt at getting -ldl in mono.pc

svn path=/trunk/mono/; revision=72074

ChangeLog
configure.in

index 72db225859a36cb14680bedeca1d4fa13fbed2ef..c4aa70141ac0db9a76e41fefe7ba090cbfee38cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-01  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: Naive attempt at getting -ldl in mono.pc
+
 2007-01-31  Marek Habersack  <grendello@gmail.com>
 
        * data/net_2_0/machine.config: prepare the configuration for the
index 6cec91f6e8ceb723f24bc69a1d5646074992b05e..0452ff5bdd7923eea319b53755ffcca94b17a43e 100644 (file)
@@ -6,7 +6,7 @@ AC_CANONICAL_SYSTEM
 m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono,1.2)
+AM_INIT_AUTOMAKE(mono,1.2.3)
 AM_MAINTAINER_MODE
 
 API_VER=1.0
@@ -238,6 +238,7 @@ case "$host" in
                libdl="-ldl"
                ;;
 esac
+libmono_ldflags="$libmono_ldflags $libdl"
 AC_MSG_RESULT(ok)
 
 if test x$need_link_unlink = xyes; then