Author: yamakenz Date: Sat Mar 29 05:54:49 2008 New Revision: 5357
Modified:
trunk/configure.ac
Log:
* configure.ac
- Fix result message of libedit
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Mar 29 05:54:49 2008
@@ -929,6 +929,8 @@
if test "x$with_libedit" != "xno"; then
use_libedit="yes"
libedit_path="$withval"
+ else
+ use_libedit="no"
fi
],
[use_libedit="yes"])
