diff options
author | unknown <joerg@mysql.com> | 2005-04-20 20:10:28 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-04-20 20:10:28 +0200 |
commit | b317118bca693ffcacf2a7f76695e1069731772e (patch) | |
tree | e5a16eb04178034baefbec26ae1481e5d641a208 /acinclude.m4 | |
parent | 300d33fbf46f195f30530980b37ad4f241d2fe49 (diff) | |
download | mariadb-git-b317118bca693ffcacf2a7f76695e1069731772e.tar.gz |
Step 1 of the switch to support configuration with NPTL:
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
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 74426bc2061..a81a4fa5c3f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -976,7 +976,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 |