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 58da1f167..e040a3d54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1349,7 +1349,7 @@ AC_ARG_WITH([libedit],
1349 [ --with-libedit[[=PATH]] Enable libedit support for sftp], 1349 [ --with-libedit[[=PATH]] Enable libedit support for sftp],
1350 [ if test "x$withval" != "xno" ; then 1350 [ if test "x$withval" != "xno" ; then
1351 if test "x$withval" = "xyes" ; then 1351 if test "x$withval" = "xyes" ; then
1352 AC_PATH_PROG([PKGCONFIG], [pkg-config], [no]) 1352 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no])
1353 if test "x$PKGCONFIG" != "xno"; then 1353 if test "x$PKGCONFIG" != "xno"; then
1354 AC_MSG_CHECKING([if $PKGCONFIG knows about libedit]) 1354 AC_MSG_CHECKING([if $PKGCONFIG knows about libedit])
1355 if "$PKGCONFIG" libedit; then 1355 if "$PKGCONFIG" libedit; then