mirror of
https://github.com/moparisthebest/hexchat
synced 2025-01-08 12:28:14 -05:00
AC_MSG_RESULT cleanup up part 3 (Arnavion)
This commit is contained in:
parent
f1c978475c
commit
4d47120863
@ -628,15 +628,15 @@ if test "$spell" = "gtkspell" ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$spell" = "libsexy" ; then
|
if test "$spell" = "libsexy" ; then
|
||||||
PKG_CHECK_MODULES([LIBSEXY], [libsexy >= 0.1.8], libsexy=yes, AC_MSG_RESULT(no))
|
PKG_CHECK_MODULES([LIBSEXY], [libsexy >= 0.1.8], [
|
||||||
if test "$libsexy" = "yes" ; then
|
libsexy=yes
|
||||||
GUI_LIBS="$GUI_LIBS $LIBSEXY_LIBS"
|
GUI_LIBS="$GUI_LIBS $LIBSEXY_LIBS"
|
||||||
GUI_CFLAGS="$GUI_CFLAGS $LIBSEXY_CFLAGS"
|
GUI_CFLAGS="$GUI_CFLAGS $LIBSEXY_CFLAGS"
|
||||||
AC_DEFINE(USE_LIBSEXY)
|
AC_DEFINE(USE_LIBSEXY)
|
||||||
else
|
], [
|
||||||
dnl use builtin static one
|
dnl use builtin static one
|
||||||
spell="static"
|
spell="static"
|
||||||
fi
|
])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$spell" = "static" ; then
|
if test "$spell" = "static" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user