From 13537aaa484b1f3ea914c0dc4f71070602003880 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 23 May 2006 20:52:23 +1000 Subject: [BUILD] Added --with-libedit option to configure Add to the configure.ac new option: --with-libedit - Compile with libedit support. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 0fe4db1..37d6d3c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ AM_YFLAGS = -d COMMON_CFLAGS = -Wall COMMON_CPPFLAGS = \ -include $(top_builddir)/config.h \ - -DBSD=1 -DSMALL -DSHELL \ + -DBSD=1 -DSHELL \ -DGLOB_BROKEN -DFNMATCH_BROKEN -DIFS_BROKEN AM_CFLAGS = $(COMMON_CFLAGS) -- cgit 1.4.1