From fb5cefbeaaa15c6aee963d02f29b860bf2c20be5 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 30 Oct 2011 01:10:19 -0400 Subject: fix variable reference; allow ss to be implicitly disabled --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eebcca8..9d98ef7 100644 --- a/configure.ac +++ b/configure.ac @@ -229,7 +229,7 @@ if test "$ss" != no; then AC_CHECK_LIB(ss, ss_perror, [SS_LIBS="-lss -lreadline -lcurses" AC_DEFINE(HAVE_SS, 1, [Define if we are building with the ss library])], - AS_IF([test "x$with_ss" != "xmaybe"], AC_MSG_ERROR(ss library not found)), + AS_IF([test "x$ss" != "xmaybe"], AC_MSG_ERROR(ss library not found)), -lcom_err -lreadline -lcurses) SS_OBJS='${SS_OBJS}' fi -- cgit v1.2.3