One-line fix, wrong variable name was leftover.
authorTor Lillqvist <tml@src.gnome.org>
Wed, 26 Sep 2001 06:23:25 +0000 (06:23 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 26 Sep 2001 06:23:25 +0000 (06:23 +0000)
configure.in

index 936dead..f6d84b5 100644 (file)
@@ -152,9 +152,9 @@ AC_SUBST(GOBJECT_DEF)
 AC_SUBST(GTHREAD_DEF)
 AC_SUBST(TESTGMODULE_EXP)
 
-ms_linker_available=no
+ms_librarian=no
 if test $os_win32 = yes; then
-       AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
+  AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
 fi
 AM_CONDITIONAL(MS_LIB_AVAILABLE, test $ms_librarian = yes)