From 864ad0479fbe341e8bbabe16ad94fe839fd5c60a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 9 Apr 2001 16:39:30 +0000 Subject: [PATCH] small bugfix git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1440 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e95b9bce..06f50df3 100644 --- a/configure.in +++ b/configure.in @@ -361,7 +361,7 @@ if test ! -s .libs/libconftest.a; then fi dnl ** check if dynamic linking worked -libfile=`grep ^library_names libconftest.la|$sedpath "s/library_names='\(.*\)'.*/\1/"|$sedpath 's/.* \([[^ ]]*\)$/\1/'` +libfile=`grep '^library_names' libconftest.la|$sedpath "s/library_names='\(.*\)'.*/\1/"|$sedpath 's/.* \([[^ ]]*\)$/\1/'` if test ! -s .libs/$libfile; then AC_MSG_RESULT([no, error linking test module]) else