Fix test for lib.exe. Can't set ms_librarian before calling AC_CHECK_PROG,
authorTor Lillqvist <tml@iki.fi>
Fri, 19 Oct 2001 20:22:15 +0000 (20:22 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 19 Oct 2001 20:22:15 +0000 (20:22 +0000)
2001-10-19  Tor Lillqvist  <tml@iki.fi>

* configure.in: Fix test for lib.exe. Can't set ms_librarian
before calling AC_CHECK_PROG, as it doesn't actually check
anything if the result variable has been preset...

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 6610160..408a6eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index 6610160..408a6eb 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Fix test for lib.exe. Can't set ms_librarian
+       before calling AC_CHECK_PROG, as it doesn't actually check
+       anything if the result variable has been preset...
+
 2001-10-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
index e6d13ae..f069bb2 100644 (file)
@@ -134,7 +134,6 @@ AC_SUBST(GOBJECT_DEF)
 AC_SUBST(GTHREAD_DEF)
 AC_SUBST(TESTGMODULE_EXP)
 
-ms_librarian=no
 if test "$glib_native_win32" = "yes"; then
   AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
 fi