Mercurial > hg > xemacs-beta
diff configure @ 92:6a43545367ac r20-0test1
Import from CVS: tag r20-0test1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:11:39 +0200 |
parents | 99da576a67e7 |
children | 0d2f883870bc |
line wrap: on
line diff
--- a/configure Mon Aug 13 09:10:53 2007 +0200 +++ b/configure Mon Aug 13 09:11:39 2007 +0200 @@ -1139,7 +1139,7 @@ ;; esac - if [ $opsys = hpux10 ]; then + if test $opsys = hpux10 ; then NON_GNU_CC="cc -Ae" NON_GNU_CPP="cc -Ae -E" fi @@ -1601,7 +1601,7 @@ fi #### Choose a compiler. -if test "x$CC" != x ; then +if test "x$CC" = x ; then cc_specified=1 fi