summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2013-04-29 18:08:59 +0900
committerEmmanuele Bassi <ebassi@gnome.org>2014-10-07 13:59:16 +0100
commitf10a5ea33c9c5339f2b35f2406900320b7db227d (patch)
tree35fa36cb3b897b271d1ebc29382f334179d9e331 /configure.ac
parent36ff8363ab999c564215290cfae4dcfbc26d3291 (diff)
downloadclutter-gtk-f10a5ea33c9c5339f2b35f2406900320b7db227d.tar.gz
Use -no-undefined ld flag
It fixes DLL generation by cross compile. https://bugzilla.gnome.org/show_bug.cgi?id=699202
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3e353a3..4df71f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_MSG_CHECKING([if building for some Win32 platform])
AS_CASE([$host],
[*-*-mingw*|*-*-cygwin*],
[
- CLUTTER_LT_LDFLAGS="$CLUTTER_GTK_LT_LDFLAGS -no-undefined"
+ CLUTTER_GTK_LT_LDFLAGS="$CLUTTER_GTK_LT_LDFLAGS -no-undefined"
platform_win32=yes
],