diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-10-19 20:22:15 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-10-19 20:22:15 +0000 |
commit | c9ffda7cd77e11b6d996413dd11745ac86051b59 (patch) | |
tree | 8333bdbfd32486c89c178455115ac9628f4cf1b9 /configure.in | |
parent | 144cb923ddc5c383cb8db38073686513f3b1afb7 (diff) |
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...
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |