1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

small bugfix

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1440 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-04-09 16:39:30 +00:00 committed by cras
parent c258280c79
commit 864ad0479f

View File

@ -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