From: Tor Lillqvist Date: Fri, 19 Oct 2001 20:22:15 +0000 (+0000) Subject: Fix test for lib.exe. Can't set ms_librarian before calling AC_CHECK_PROG, X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c9ffda7cd77e11b6d996413dd11745ac86051b59;p=dana%2Fcg-glib.git 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... --- diff --git a/ChangeLog b/ChangeLog index 66101609..408a6eb9 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 66101609..408a6eb9 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 66101609..408a6eb9 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 66101609..408a6eb9 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 66101609..408a6eb9 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 66101609..408a6eb9 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 66101609..408a6eb9 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 66101609..408a6eb9 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 e6d13aeb..f069bb28 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