mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Fix bug in UI that was introduced in r1794.
ZNC shouldn't tell people to use unexistant options to ./configure git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2166 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
Vendored
+2
-2
@@ -148,7 +148,7 @@ $$1_PKG_ERRORS
|
||||
Consider adjusting the PKG_CONFIG_PATH environment variable if you
|
||||
installed software in a non-standard prefix.
|
||||
|
||||
_PKG_TEXT])dnl
|
||||
_PKG_TEXT])[]dnl
|
||||
])
|
||||
elif test $pkg_failed = untried; then
|
||||
AC_MSG_RESULT([no])
|
||||
@@ -159,7 +159,7 @@ path to pkg-config.
|
||||
|
||||
_PKG_TEXT
|
||||
|
||||
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
|
||||
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
||||
])
|
||||
else
|
||||
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
||||
|
||||
@@ -3219,7 +3219,7 @@ fi
|
||||
appendLib "$SAVED_LIBS"
|
||||
|
||||
if test $FOUND_DL = "no" ; then
|
||||
as_fn_error $? "Could not find dlopen. Try --disable-modules" "$LINENO" 5
|
||||
as_fn_error $? "Could not find dlopen. ZNC will not work on this box until you upgrade this ancient system or at least install needed system libraries." "$LINENO" 5
|
||||
fi
|
||||
|
||||
# ----- Check for c-ares
|
||||
|
||||
+1
-1
@@ -167,7 +167,7 @@ AC_CHECK_LIB( dl, dlopen, FOUND_DL=yes ; appendLib -ldl,)
|
||||
appendLib "$SAVED_LIBS"
|
||||
|
||||
if test $FOUND_DL = "no" ; then
|
||||
AC_MSG_ERROR([Could not find dlopen. Try --disable-modules])
|
||||
AC_MSG_ERROR([Could not find dlopen. ZNC will not work on this box until you upgrade this ancient system or at least install needed system libraries.])
|
||||
fi
|
||||
|
||||
# ----- Check for c-ares
|
||||
|
||||
Reference in New Issue
Block a user