diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 78962 . +# From configure.in Revision: 78964 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.7. # @@ -4596,7 +4596,7 @@ fi # tweak OPT based on compiler and platform, only if the user didn't set # it on the command line -if test "${OPT-unset}" == "unset" +if test "${OPT-unset}" = "unset" then case $GCC in yes) |
