summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMasahiro Sakai <msakai@src.gnome.org>2003-04-19 07:19:04 +0000
committerMasahiro Sakai <msakai@src.gnome.org>2003-04-19 07:19:04 +0000
commit0996da5e8eb4859e0fe33a9df35006c665a15662 (patch)
tree2ff2e2d1552533d91d1a571163cb76596730a093 /configure.in
parenta8708e1c555d728b217e52f4cf82a93434c29c8c (diff)
downloadmetacity-0996da5e8eb4859e0fe33a9df35006c665a15662.tar.gz
call AC_LIBTOOL_WIN32_DLL.
* configure.in: call AC_LIBTOOL_WIN32_DLL. * src/Makefile.am: add -no-undefined to libmetacity_private_la_LDFLAGS and write dependency libraries in libmetacity_private_la_LIBADD.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5bcdc847..39254389 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,7 @@ AC_PROG_INTLTOOL([0.21])
AC_PROG_CC
AC_ISC_POSIX
AC_HEADER_STDC
+AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
changequote(,)dnl