mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Fix previous commit. It accidentally changed wrong file.
Also add advice to use --with-tcl if tcl isn't found. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2189 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
|
||||
|
||||
@@ -3971,7 +3971,7 @@ else
|
||||
fi
|
||||
|
||||
if test x"$TCL_TEST" = "xno"; then
|
||||
as_fn_error $? "tcl not found, try --disable-tcl, or install tcl properly." "$LINENO" 5
|
||||
as_fn_error $? "tcl not found, try --disable-tcl, or install tcl properly. If tcl is installed to a non-standard path, use --enable-tcl --with-tcl=/path" "$LINENO" 5
|
||||
fi
|
||||
LDFLAGS="$my_saved_LDFLAGS"
|
||||
fi
|
||||
|
||||
+1
-1
@@ -365,7 +365,7 @@ then
|
||||
appendLD "$TCL_FLAGS"
|
||||
AC_CHECK_FUNC([Tcl_CreateInterp], [TCL_TEST=yes], [TCL_TEST=no])
|
||||
if test x"$TCL_TEST" = "xno"; then
|
||||
AC_MSG_ERROR([tcl not found, try --disable-tcl, or install tcl properly.])
|
||||
AC_MSG_ERROR([tcl not found, try --disable-tcl, or install tcl properly. If tcl is installed to a non-standard path, use --enable-tcl --with-tcl=/path])
|
||||
fi
|
||||
LDFLAGS="$my_saved_LDFLAGS"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user