comparison configure1.in @ 7438:5e075fbbef1d

(using NON_GNU_CPP): Fix test for CPP already set.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 1994 20:11:32 +0000
parents 781e5bd267c4
children 28b0a94bd673
comparison
equal deleted inserted replaced
7437:d9b4098cebb7 7438:5e075fbbef1d
1107 esac 1107 esac
1108 1108
1109 #### Some systems specify a CPP to use unless we are using GCC. 1109 #### Some systems specify a CPP to use unless we are using GCC.
1110 #### Now that we know whether we are using GCC, we can decide whether 1110 #### Now that we know whether we are using GCC, we can decide whether
1111 #### to use that one. 1111 #### to use that one.
1112 if [ "x$NON_GNU_CPP" = x ] || [ x$GCC = x1 ] || [ "x$CPP" = x ] 1112 if [ "x$NON_GNU_CPP" = x ] || [ x$GCC = x1 ] || [ "x$CPP" != x ]
1113 then true 1113 then true
1114 else 1114 else
1115 CPP="$NON_GNU_CPP" 1115 CPP="$NON_GNU_CPP"
1116 fi 1116 fi
1117 1117