? diffs ? libtool ? pspp-0.4.3.tar.gz ? pspp.jnl ? pspp.list ? x.c ? x.patch ? po/pspp.pot ? src/language/stats/glm.c ? src/language/tests/check-model.c ? src/ui/gui/.libs ? src/ui/gui/libpsppire.la ? src/ui/gui/src_ui_gui_libpsppire_la-glade-register.lo ? tests/.libs ? tests/dissect-sysfile ? tests/libpspp/abt-test ? tests/libpspp/bt-test ? tests/libpspp/heap-test ? tests/libpspp/range-map-test ? tests/libpspp/range-set-test ? tests/libpspp/sparse-array-test ? tests/libpspp/str-test ? tests/libpspp/tower-test Index: configure.ac =================================================================== RCS file: /sources/pspp/pspp/configure.ac,v retrieving revision 1.81 diff -b -w -U 3 -r1.81 configure.ac --- configure.ac 21 Apr 2008 02:35:31 -0000 1.81 +++ configure.ac 24 Apr 2008 06:42:43 -0000 @@ -61,8 +61,7 @@ dnl To overcome this, we first check for libpq in the standard places, and dnl only set PG_LDFLAGS if it's not found. - -AC_SEARCH_LIBS([PQexec], [pq], [libpq_in_std_lib_path=yes]) +AC_SEARCH_LIBS([PQexec], [pq], [libpq_in_std_lib_path=yes],,[-lssl]) AC_ARG_VAR([PG_CONFIG], [Full pathname of the pg_config program shipped with Postgresql]) if test x"$cross_compiling" != x"yes" ; then @@ -84,7 +83,7 @@ AC_SUBST(PG_LIBS) PKG_CHECK_EXISTS(libssl, AC_DEFINE([USE_SSL],1, - [Define to 1 if the openssl library is present.]) + [Define to 1 if the ssl client library is present.]) ,) fi AM_CONDITIONAL(PSQL_SUPPORT, test -n "$PG_CONFIG") @@ -121,6 +120,10 @@ dnl try to discover it ourselves. dnl To confound things further, Cygwin has decided to rename ncurses5-config dnl to ncurses8-config !!! +AC_ARG_WITH( + libncurses, + [AS_HELP_STRING([--without-libncurses], [don't compile in ncurses functions])]) +if test x"$with_libncurses" != x"no" ; then if test x"$cross_compiling" != x"yes" ; then AC_CHECK_PROGS([NCURSES_CONFIG], [ncurses5-config ncurses8-config]) fi @@ -139,6 +142,8 @@ [Define to 1 if the libncurses is both present and usable.]) fi AC_CHECK_HEADERS([termcap.h]) +fi + PSPP_READLINE