aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-13 22:25:25 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-13 22:25:25 +0000
commitf51fd39a6eee3af255568d2a46292c5e1e28907c (patch)
treea070a4dce9876068baa1fca43bdd8a6f7bd38697 /configure.in
parent435845960731c22efe47946a3c1e4c9c7bbd54d6 (diff)
Paul Smith: bugfix: make loadable module support work when cross compiling
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10882 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b95cd97aae..b5982cebf2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.260 2004/05/13 21:56:09 jmayer Exp $
+# $Id: configure.in,v 1.261 2004/05/13 22:25:25 jmayer Exp $
#
AC_INIT(etypes.h)
@@ -333,7 +333,8 @@ main ()
return 1; /* failure */
}
], ac_cv_glib_supports_modules=yes, ac_cv_glib_supports_modules=no,
- [echo $ac_n "cross compiling; assumed OK... $ac_c"])
+ [echo $ac_n "cross compiling; assumed OK... $ac_c"
+ ac_cv_glib_supports_modules=yes])
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
if test "$ac_cv_glib_supports_modules" = yes ; then