]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1632] Fixed two nits
authorFrancis Dupont <fdupont@isc.org>
Thu, 1 Apr 2021 19:48:02 +0000 (21:48 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 16 Apr 2021 18:56:08 +0000 (20:56 +0200)
configure.ac
m4macros/ax_crypto.m4
m4macros/ax_isc_rpath.m4

index cceb2d649651e87126df466a189afc8c9e042c15..ff41dc7267933dff99302d4405f46dbdec00624b 100644 (file)
@@ -1055,7 +1055,7 @@ cat > conftest.cpp << EOF
 AUTOCONF_LOG4CPLUS_VERSION=LOG4CPLUS_VERSION_STR
 EOF
 
-LOG4CPLUS_VERSION=`$CPPP $CPPFLAGS conftest.cpp | grep '^AUTOCONF_LOG4CPLUS_VERSION=' | $SED -e 's/^AUTOCONF_LOG4CPLUS_VERSION=//' -e 's/[[   ]]//g' -e 's/"//g' 2> /dev/null`
+LOG4CPLUS_VERSION=`$CPPP $CPPFLAGS conftest.cpp | grep '^AUTOCONF_LOG4CPLUS_VERSION=' | $SED -e 's/^AUTOCONF_LOG4CPLUS_VERSION=//' -e 's/[[    ]]//g' -e 's/"//g' 2> /dev/null`
 if test -z "$LOG4CPLUS_VERSION"; then
   LOG4CPLUS_VERSION="unknown"
 fi
index 74b4400d980c5f2dca0d8476937ff62429d635df..dcc2c594bbd3402b3a87b9c1687524d229ab524e 100644 (file)
@@ -205,7 +205,7 @@ EOF
         CRYPTO_LDFLAGS=""
         CRYPTO_RPATH=""
         if test "x$ac_header_preproc" = "xyes"; then
-                AC_MSG_RESULT([botan/botan.h}
+                AC_MSG_RESULT([botan/botan.h
 was found but is unusable. The most common cause of this problem
 is attempting to use an updated C++ compiler with older C++ libraries, such as
 the version of Botan that comes with your distribution. If you have updated
index 7ab0b2d48b34099c54b77e36884f40326e3f017f..cf90e5380cd7783152d7cf678832ab411d4866bc 100644 (file)
@@ -33,8 +33,8 @@ if test x$rpath != xno; then
 
     # check -Wl,-R and -R rather than gcc specific -rpath to be as portable
     # as possible.  -Wl,-R seems to be safer, so we try it first.  In some
-    # cases -R is not actually recognized but AC_LINK_IFELSE doesn't fail due to
-    # that.
+    # cases -R is not actually recognized but AC_LINK_IFELSE doesn't fail due
+    # to that.
     AC_MSG_CHECKING([whether -Wl,-R flag is available in linker])
     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],
         [AC_MSG_RESULT(yes)