summaryrefslogtreecommitdiff
path: root/include/config-netware.h
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-05-28 01:02:20 +0300
committerunknown <monty@mysql.com>2004-05-28 01:02:20 +0300
commit59d93c3236da251b6c0840e513f3b206cb13afb3 (patch)
treed7ad361153566172dcf6822d4fe003f2afc32eed /include/config-netware.h
parent80ab8efbe2735e8b64a289c29f8b8d1245f7de82 (diff)
downloadmariadb-git-59d93c3236da251b6c0840e513f3b206cb13afb3.tar.gz
Always enable HAVE_COMPRESS on netware
include/config-netware.h: Always enable HAVE_COMPRESS on netware We can't detect compress in configure on netware because we must use AC_TRY_RUN to detect zlib on other platforms
Diffstat (limited to 'include/config-netware.h')
-rw-r--r--include/config-netware.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h
index c4e63056353..3e145f566a1 100644
--- a/include/config-netware.h
+++ b/include/config-netware.h
@@ -57,6 +57,10 @@ extern "C" {
#undef HAVE_CRYPT
#endif /* HAVE_OPENSSL */
+/* Configure can't detect this because it uses AC_TRY_RUN */
+#undef HAVE_COMPRESS
+#define HAVE_COMPRESS
+
/* include the old function apis */
#define USE_OLD_FUNCTIONS 1