Add conditional to configure for eglib build
authorMiguel de Icaza <miguel@gnome.org>
Sun, 8 Oct 2006 21:19:34 +0000 (21:19 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 8 Oct 2006 21:19:34 +0000 (21:19 -0000)
svn path=/trunk/mono/; revision=66430

configure.in

index e5ed2c766d8ff2cd5b525a55a4a60a4dc7df66e2..413ebcb11432eb737cd73370e35d9060d80f01dd 100644 (file)
@@ -434,6 +434,7 @@ system)
 *)
   AC_MSG_ERROR([Invalid argument to --with-glib.])
 esac
+AM_CONDITIONAL(EGLIB_BUILD, test x$with_glib = xembedded)
   
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)