From: Kurt Zeilenga Date: Wed, 17 Mar 1999 03:55:51 +0000 (+0000) Subject: Minor change to EBCDIC test. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~366 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c51e647870dfe1a89f3cd21f3eaed0ee4b0cd863;p=openldap Minor change to EBCDIC test. --- 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