From c51e647870dfe1a89f3cd21f3eaed0ee4b0cd863 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 17 Mar 1999 03:55:51 +0000 Subject: [PATCH] Minor change to EBCDIC test. --- build/openldap.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/openldap.m4 b/build/openldap.m4 index d9e3d7ef5b..25310177bf 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -92,7 +92,7 @@ AC_CACHE_VAL(ol_cv_cpp_ebcdic,[ [ol_cv_cpp_ebcdic=yes], [ol_cv_cpp_ebcdic=no])]) AC_MSG_RESULT($ol_cv_cpp_ebcdic) -if test $ol_cv_cpp_ebcdic != no ; then +if test $ol_cv_cpp_ebcdic = yes ; then AC_DEFINE(HAVE_EBCDIC,1, [define if system uses EBCDIC instead of ASCII]) fi ]) @@ -101,7 +101,7 @@ dnl -------------------------------------------------------------------- dnl OpenLDAP version of STDC header check w/ EBCDIC support AC_DEFUN(OL_HEADER_STDC, [AC_REQUIRE_CPP()dnl -AC_REQUIRE([OL_CPP_EBCDIC]) +AC_REQUIRE([OL_CPP_EBCDIC])dnl AC_CACHE_CHECK([for ANSI C header files], ol_cv_header_stdc, [AC_TRY_CPP([#include #include -- 2.39.5