summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-04-26 19:26:51 +0200
committerunknown <joerg@mysql.com>2005-04-26 19:26:51 +0200
commit3b2964c5c460fc81ea21aeb59303cd8beae73e1a (patch)
tree9db2bd2cfc64e175a0b5465c1ca47198f6086b4d /acinclude.m4
parent1faa742b86727245ad07e150be19670033adeee7 (diff)
parent98b911d53770d7a6b6b9df67f7a049d189a4aec1 (diff)
downloadmariadb-git-3b2964c5c460fc81ea21aeb59303cd8beae73e1a.tar.gz
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/M41/mysql-4.1 acinclude.m4: Auto merged configure.in: Auto merged
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 61b37294377..f868489f2d2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1005,7 +1005,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