summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-04-20 20:10:28 +0200
committerunknown <joerg@mysql.com>2005-04-20 20:10:28 +0200
commitb317118bca693ffcacf2a7f76695e1069731772e (patch)
treee5a16eb04178034baefbec26ae1481e5d641a208 /acinclude.m4
parent300d33fbf46f195f30530980b37ad4f241d2fe49 (diff)
downloadmariadb-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.m42
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