summaryrefslogtreecommitdiff
path: root/config/ac-macros/openssl.m4
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2005-04-26 12:16:12 +0200
committerjoerg@mysql.com <>2005-04-26 12:16:12 +0200
commit1523119091522b364692dcb65e181d7e193d65ee (patch)
tree534a0d7f2135d726ea938d3e1c4e5842f7d497d5 /config/ac-macros/openssl.m4
parent49ac2dac3e148b994859ab8b43de40270ed409b5 (diff)
downloadmariadb-git-1523119091522b364692dcb65e181d7e193d65ee.tar.gz
Post-merge fix of the fixes for NPTL configuration (bug#2173, bug#5871, and bug#9497).
Diffstat (limited to 'config/ac-macros/openssl.m4')
-rw-r--r--config/ac-macros/openssl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/openssl.m4 b/config/ac-macros/openssl.m4
index 6541a492247..aa46dd45360 100644
--- a/config/ac-macros/openssl.m4
+++ b/config/ac-macros/openssl.m4
@@ -44,7 +44,7 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [
if test -z "$OPENSSL_LIB" -o -z "$OPENSSL_INCLUDE" ; then
echo "Could not find an installation of OpenSSL"
if test -n "$OPENSSL_LIB" ; then
- if test "$IS_LINUX" = "true"; then
+ if test "$TARGET_LINUX" = "true"; then
echo "Looks like you've forgotten to install OpenSSL development RPM"
fi
fi