|
Lines 1361-1367
AC_ARG_WITH([libedit],
Link Here
|
| 1361 |
[ --with-libedit[[=PATH]] Enable libedit support for sftp], |
1361 |
[ --with-libedit[[=PATH]] Enable libedit support for sftp], |
| 1362 |
[ if test "x$withval" != "xno" ; then |
1362 |
[ if test "x$withval" != "xno" ; then |
| 1363 |
if test "x$withval" = "xyes" ; then |
1363 |
if test "x$withval" = "xyes" ; then |
| 1364 |
AC_PATH_PROG([PKGCONFIG], [pkg-config], [no]) |
1364 |
AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no]) |
| 1365 |
if test "x$PKGCONFIG" != "xno"; then |
1365 |
if test "x$PKGCONFIG" != "xno"; then |
| 1366 |
AC_MSG_CHECKING([if $PKGCONFIG knows about libedit]) |
1366 |
AC_MSG_CHECKING([if $PKGCONFIG knows about libedit]) |
| 1367 |
if "$PKGCONFIG" libedit; then |
1367 |
if "$PKGCONFIG" libedit; then |