|
Lines 9495-9501
Link Here
|
| 9495 |
fi |
9495 |
fi |
| 9496 |
fi |
9496 |
fi |
| 9497 |
if test "x$use_pkgconfig_for_libedit" = "xyes"; then |
9497 |
if test "x$use_pkgconfig_for_libedit" = "xyes"; then |
| 9498 |
LIBEDIT=`$PKGCONFIG --libs-only-l libedit` |
9498 |
LIBEDIT=`$PKGCONFIG --libs libedit` |
| 9499 |
CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`" |
9499 |
CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`" |
| 9500 |
else |
9500 |
else |
| 9501 |
LIBEDIT="-ledit -lcurses" |
9501 |
LIBEDIT="-ledit -lcurses" |