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:
darthgandalf
2010-10-26 16:20:57 +00:00
parent a785b0dc08
commit 3c1b5d8f70
3 changed files with 4 additions and 4 deletions
Vendored
+2 -2
View File
@@ -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
Vendored
+1 -1
View File
@@ -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
View File
@@ -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