From 9204951c2ba2bd25f2dbb7ae35ec92348fe8176a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 19 Feb 2006 20:33:18 +0000 Subject: [PATCH] Renamed configure.in to configure.ac --- configure.in => configure.ac | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename configure.in => configure.ac (94%) diff --git a/configure.in b/configure.ac similarity index 94% rename from configure.in rename to configure.ac index 59e705b..4062197 100644 --- a/configure.in +++ b/configure.ac @@ -75,7 +75,7 @@ AC_ARG_ENABLE(ssl, AC_MSG_CHECKING([whether to use OpenSSL]) if test $ac_cv_enable_ssl = yes; then AC_MSG_RESULT(yes) - PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.8,dnl + PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.6,dnl AC_DEFINE([HAVE_SSL],1,[Set to 1 to enable OpenSSL support.])dnl CFLAGS="${CFLAGS} ${OPENSSL_CFLAGS}"dnl LIBS="${LIBS} ${OPENSSL_LIBS}", ac_cv_enable_ssl=no) @@ -98,14 +98,12 @@ echo " Install path: ${prefix}" echo " Compiler: ${CC}" echo " Compiler flags: ${CFLAGS}" echo " Linker flags: ${LIBS}" -echo - -echo " OpenSSL: $ac_cv_enable_ssl" -echo " libsndfile: $ac_cv_enable_libsndfile" +echo " OpenSSL support: $ac_cv_enable_ssl" +echo " libsndfile support: $ac_cv_enable_libsndfile" if test "x${ac_cv_enable_libsndfile}" = xno; then echo echo " WARNING: Althought the 'libsndfile' library is not mandatory, without it" - echo " you won't be able to use sound files to be notified." + echo " you won't have audible notifications." fi echo -- 2.20.1