mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
small bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1440 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c258280c79
commit
864ad0479f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user