mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ if test ! -s .libs/libconftest.a; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ** check if dynamic linking worked
|
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
|
if test ! -s .libs/$libfile; then
|
||||||
AC_MSG_RESULT([no, error linking test module])
|
AC_MSG_RESULT([no, error linking test module])
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue