summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-27 17:51:16 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-27 17:51:16 -0400
commit55a01f649981bb1dc2bf15c23eccdea33706a927 (patch)
tree73193137bd01a6f455bd12d4759ca9d4a325ad9c
parent4d358dba4770a22f3b75e0d965b954ee8b297b5f (diff)
downloadpango-55a01f649981bb1dc2bf15c23eccdea33706a927.tar.gz
Minor
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 21a8fa36..651ce4e9 100644
--- a/configure.in
+++ b/configure.in
@@ -643,7 +643,6 @@ LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO"
MODULE_LIBTOOL_OPTIONS="-export-dynamic -avoid-version"
if test "$pango_platform_win32" = yes; then
# We currently use .def files on Windows
- true
LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined"
MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS -no-undefined"
else