aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-06-13 15:48:35 +0000
committerJörg Mayer <jmayer@loplof.de>2006-06-13 15:48:35 +0000
commiteca3662b384e26b2cdaa61b4374865c5256aafe7 (patch)
tree4bd74fdf44b9d456ff7f7d23f94f67b9e8ca5d31
parenta063a87af511e0357a7d68936894ff78909ca3fd (diff)
Remove some trailing whitespace
svn path=/trunk/; revision=18452
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 7761efcd70..1594edddd2 100644
--- a/configure.in
+++ b/configure.in
@@ -64,7 +64,7 @@ AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, "yes", "no")
AM_CONDITIONAL(HAVE_DOXYGEN, test x$HAVE_DOXYGEN = xyes)
# gnu tls
-AM_PATH_LIBGNUTLS(1.0.0,
+AM_PATH_LIBGNUTLS(1.0.0,
[
echo "gnuTLS found, enabling ssl decryption"
AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use gnutls library])
@@ -74,12 +74,12 @@ AM_PATH_LIBGNUTLS(1.0.0,
if test x$libgnutls_config_prefix != x ; then
AC_MSG_ERROR([[gnuTLS not found; install gnuTLS-devel package for your system]])
else
- echo echo "gnuTLS not found, disabling ssl decryption"
+ echo echo "gnuTLS not found, disabling ssl and ipsec decryption"
tls_message="no"
fi
]
-)
-
+)
+
# Check for xsltproc
AC_PATH_PROG(XSLTPROC, xsltproc)
@@ -436,7 +436,7 @@ AC_TRY_RUN([
#include <stdio.h>
#include <stdlib.h>
-int
+int
main ()
{
if (g_module_supported())