From 133b458d8d1ebb9e4945d8ae9c7998849f759c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 13 May 2004 22:25:25 +0000 Subject: Paul Smith: bugfix: make loadable module support work when cross compiling svn path=/trunk/; revision=10882 --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3