summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-01 12:53:27 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-01 12:53:27 +0000
commitf8bbe089095f14b0e81df36209284ee77b54317e (patch)
tree927daacae831c5909f9545638cfdb1ee14d0aaf5 /acinclude.m4
parentafd6fc8027379f34b6e5934defcec8a45cf4c357 (diff)
Fix -ldl linkage in case of eglib
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 37040480..d42ff89d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -382,9 +382,9 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(EXPAT, false)
else
AC_SUBST([GLIB_CFLAGS], ['-I$(top_srcdir)/eglib'])
- AC_SUBST([GLIB_LIBS], ['$(top_builddir)/eglib/libeglib.la'])
+ AC_SUBST([GLIB_LIBS], ['$(top_builddir)/eglib/libeglib.la -ldl'])
AC_SUBST([GMODULE_CFLAGS], [''])
- AC_SUBST([GMODULE_LIBS], ['-ldl'])
+ AC_SUBST([GMODULE_LIBS], [''])
AM_CONDITIONAL(GLIB, false)
AM_CONDITIONAL(EXPAT, test "${expat_enable}" = "yes" && test "${expat_found}" = "yes")
fi