From 01e81666ac22bf1e888e9bcb8581004fd865a3e2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 4 Dec 2001 18:21:43 +0000 Subject: [PATCH] Small fix to gar detection --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4118e342cc..3072b9e656 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5