[gtkglext] Make check for lib.exe unconditional.



commit 9f9946727dc4b73bdf5bcee7e9ff08e09ce68ebd
Author: Braden McDaniel <bmcdaniel turketron tena-sda org>
Date:   Thu Dec 17 15:54:42 2009 -0500

    Make check for lib.exe unconditional.

 configure.ac |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4300cb8..9f1b829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,8 @@ AC_PROG_CPP
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
+AC_CHECK_PROG([ms_librarian], [lib.exe], [yes], [no])
+
 platform_win32=no
 AC_MSG_CHECKING([for some Win32 platform])
 case "$host_os" in
@@ -130,9 +132,6 @@ AC_MSG_RESULT([$os_win32])
 AM_CONDITIONAL([OS_WIN32], [test "x$os_win32" = "xyes"])
 AC_SUBST([MATH_LIB])
 
-if test "x$os_win32" = "xyes"; then
-  AC_CHECK_PROG([ms_librarian], [lib.exe], [yes], [no])
-fi
 AM_CONDITIONAL([MS_LIB_AVAILABLE], [test "x$ms_librarian" = "xyes"])
 
 if test "x$platform_win32" = "xyes"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]