From: Jeff Trawick Date: Wed, 19 Dec 2001 20:19:25 +0000 (+0000) Subject: fix the value of the _CEE_RUNOPTS envvar on OS/390 X-Git-Tag: 2.0.30~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32339af31593ac2f5bbc58b737affbb1d6f078a4;p=thirdparty%2Fapache%2Fhttpd.git fix the value of the _CEE_RUNOPTS envvar on OS/390 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 6d0abb305b1..6057a56641b 100644 --- a/configure.in +++ b/configure.in @@ -251,7 +251,7 @@ case $host in OS_SPECIFIC_VARS="$OS_SPECIFIC_VARS set AIXTHREAD_SCOPE=S ; export AIXTHREAD_SCOPE" ;; *os390*) - OS_SPECIFIC_VARS="export _CEE_RUNOPTS=\"(STACK(,,ANY))\" ; export _EDC_ADD_ERRNO2=1" + OS_SPECIFIC_VARS="export _CEE_RUNOPTS=\"STACK(,,ANY)\" ; export _EDC_ADD_ERRNO2=1" ;; *) OS_SPECIFIC_VARS=""