diff options
author | unknown <joerg@mysql.com> | 2005-04-26 19:26:51 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-04-26 19:26:51 +0200 |
commit | 3b2964c5c460fc81ea21aeb59303cd8beae73e1a (patch) | |
tree | 9db2bd2cfc64e175a0b5465c1ca47198f6086b4d /acinclude.m4 | |
parent | 1faa742b86727245ad07e150be19670033adeee7 (diff) | |
parent | 98b911d53770d7a6b6b9df67f7a049d189a4aec1 (diff) | |
download | mariadb-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.m4 | 2 |
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 |