comparison 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
comparison
equal deleted inserted replaced
91:96295c945003 92:6a43545367ac
1137 * ) opsys=hpux ;; 1137 * ) opsys=hpux ;;
1138 esac 1138 esac
1139 ;; 1139 ;;
1140 esac 1140 esac
1141 1141
1142 if [ $opsys = hpux10 ]; then 1142 if test $opsys = hpux10 ; then
1143 NON_GNU_CC="cc -Ae" 1143 NON_GNU_CC="cc -Ae"
1144 NON_GNU_CPP="cc -Ae -E" 1144 NON_GNU_CPP="cc -Ae -E"
1145 fi 1145 fi
1146 1146
1147 case "${canonical}" in *-hp-hpux*shr* ) opsys="${opsys}-shr" ;; esac 1147 case "${canonical}" in *-hp-hpux*shr* ) opsys="${opsys}-shr" ;; esac
1599 # it omits the redirection of all output to /dev/null. 1599 # it omits the redirection of all output to /dev/null.
1600 ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS' 1600 ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS'
1601 fi 1601 fi
1602 1602
1603 #### Choose a compiler. 1603 #### Choose a compiler.
1604 if test "x$CC" != x ; then 1604 if test "x$CC" = x ; then
1605 cc_specified=1 1605 cc_specified=1
1606 fi 1606 fi
1607 1607
1608 # Save the value of CFLAGS that the user specified. 1608 # Save the value of CFLAGS that the user specified.
1609 SPECIFIED_CFLAGS="$CFLAGS" 1609 SPECIFIED_CFLAGS="$CFLAGS"