mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Fix test for lib.exe. Can't set ms_librarian before calling AC_CHECK_PROG,
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...
This commit is contained in:
parent
144cb923dd
commit
c9ffda7cd7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user