summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdf24bc1f..0b2dfde96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1434,7 +1434,7 @@ AC_ARG_WITH([libedit],
1434 [ --with-libedit[[=PATH]] Enable libedit support for sftp], 1434 [ --with-libedit[[=PATH]] Enable libedit support for sftp],
1435 [ if test "x$withval" != "xno" ; then 1435 [ if test "x$withval" != "xno" ; then
1436 if test "x$withval" = "xyes" ; then 1436 if test "x$withval" = "xyes" ; then
1437 AC_PATH_PROG([PKGCONFIG], [pkg-config], [no]) 1437 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no])
1438 if test "x$PKGCONFIG" != "xno"; then 1438 if test "x$PKGCONFIG" != "xno"; then
1439 AC_MSG_CHECKING([if $PKGCONFIG knows about libedit]) 1439 AC_MSG_CHECKING([if $PKGCONFIG knows about libedit])
1440 if "$PKGCONFIG" libedit; then 1440 if "$PKGCONFIG" libedit; then