]> git.sur5r.net Git - openldap/commitdiff
Small fix to gar detection
authorKurt Zeilenga <kurt@openldap.org>
Tue, 4 Dec 2001 18:21:43 +0000 (18:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 4 Dec 2001 18:21:43 +0000 (18:21 +0000)
configure.in

index 4118e342ccd5c438b02f9c4aeca41c30e5cfae48..3072b9e65682e367091276ce5a2c02ddb3dbb7e5 100644 (file)
@@ -594,7 +594,7 @@ dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets.
 dnl (for now, let autoconf sort this out)
 dnl CFLAGS=${CFLAGS-""}
 
-AC_CHECK_PROGS(AR,ar gar)
+AC_CHECK_PROGS(AR,ar gar,ar)
 
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_DLOPEN