From c9ffda7cd77e11b6d996413dd11745ac86051b59 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 19 Oct 2001 20:22:15 +0000 Subject: [PATCH] Fix test for lib.exe. Can't set ms_librarian before calling AC_CHECK_PROG, 2001-10-19 Tor Lillqvist * 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 | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ configure.in | 1 - 9 files changed, 48 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 661016097..408a6eb9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 661016097..408a6eb9a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2001-10-19 Tor Lillqvist + + * 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 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK diff --git a/configure.in b/configure.in index e6d13aebd..f069bb282 100644 --- a/configure.in +++ b/configure.in @@ -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