From: Guido van Rossum Date: Thu, 19 Feb 1998 21:32:40 +0000 (+0000) Subject: Different way to suppores the DGUX rule X-Git-Tag: v1.5.1~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=357428567c7b230f649924a5761c9cdfed5259a0;p=python Different way to suppores the DGUX rule --- diff --git a/configure b/configure index 5c3338ad21..7037a6ffc3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.76 +# From configure.in Revision: 1.77 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.12 @@ -1178,11 +1178,11 @@ if test $ac_cv_opt_olimit_ok = yes; then OPT="$OPT -OPT:Olimit=0" fi REALLIBRARY='libpython$(VERSION).a' - DGUX_IS_BROKEN="# dgux rule not included" + DGUX_IS_BROKEN="true" else REALLIBRARY='libpython$(VERSION).so' OPT="$OPT -pic" - DGUX_IS_BROKEN=" make $REALLIBRARY" + DGUX_IS_BROKEN="make $REALLIBRARY" fi # check for ANSI or K&R ("traditional") preprocessor diff --git a/configure.in b/configure.in index 25f8c679fb..2deb753825 100644 --- a/configure.in +++ b/configure.in @@ -212,11 +212,11 @@ if test $ac_cv_opt_olimit_ok = yes; then OPT="$OPT -OPT:Olimit=0" fi REALLIBRARY='libpython$(VERSION).a' - DGUX_IS_BROKEN="# dgux rule not included" + DGUX_IS_BROKEN="true" else REALLIBRARY='libpython$(VERSION).so' OPT="$OPT -pic" - DGUX_IS_BROKEN=" make $REALLIBRARY" + DGUX_IS_BROKEN="make $REALLIBRARY" fi # check for ANSI or K&R ("traditional") preprocessor