summaryrefslogtreecommitdiff
path: root/config/ac-macros/openssl.m4
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2008-02-26 18:36:06 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2008-02-26 18:36:06 +0100
commit1aaa63aabaef8015c71fc6143b3062e197049707 (patch)
tree6b688301bdebe315cb40a33ec74716a7786b1a80 /config/ac-macros/openssl.m4
parent720b3d15d8dc9bf011db4ecb5524bd5ba7f469e5 (diff)
downloadmariadb-git-1aaa63aabaef8015c71fc6143b3062e197049707.tar.gz
Makefile.am, Info.plist.sh:
Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot misc.m4, character_sets.m4, openssl.m4: Removed unneded semicolon config/ac-macros/character_sets.m4: Removed unneded semicolon config/ac-macros/misc.m4: Removed unneded semicolon config/ac-macros/openssl.m4: Removed unneded semicolon support-files/MacOSX/Info.plist.sh: Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot support-files/MacOSX/Makefile.am: Use MYSQL_NUMERIC_VERSION, only three numbers separated with dot
Diffstat (limited to 'config/ac-macros/openssl.m4')
-rw-r--r--config/ac-macros/openssl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ac-macros/openssl.m4 b/config/ac-macros/openssl.m4
index 3130cdc3437..9de69b8a1b4 100644
--- a/config/ac-macros/openssl.m4
+++ b/config/ac-macros/openssl.m4
@@ -126,11 +126,11 @@ AC_MSG_CHECKING(for OpenSSL)
AC_MSG_RESULT(no)
if test ! -z "$openssl_includes"
then
- AC_MSG_ERROR(Can't have --with-openssl-includes without --with-openssl);
+ AC_MSG_ERROR(Can't have --with-openssl-includes without --with-openssl)
fi
if test ! -z "$openssl_libs"
then
- AC_MSG_ERROR(Can't have --with-openssl-libs without --with-openssl);
+ AC_MSG_ERROR(Can't have --with-openssl-libs without --with-openssl)
fi
fi
AC_SUBST(openssl_libs)