From 16f4057e5553b0f03f1c2d7b2d23d432b3a2ccf7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 9 Oct 2004 16:45:25 +0000 Subject: Quote the defun name --- m4/lib.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/lib.m4 b/m4/lib.m4 index 271a4c5..73f3564 100644 --- a/m4/lib.m4 +++ b/m4/lib.m4 @@ -5,7 +5,7 @@ dnl $3 -- Any additional libraries that might be needed dnl $4 -- Action to be taken when test succeeds dnl $5 -- Action to be taken when test fails dnl $6 -- Directories where the library may reside -AC_DEFUN(RA_CHECK_LIB, +AC_DEFUN([RA_CHECK_LIB], [ save_LIBS=$LIBS AC_CACHE_CHECK([for -l$1], ra_cv_lib_$1, -- cgit v1.2.1