comparison configure.in @ 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
1143 * ) opsys=hpux ;; 1143 * ) opsys=hpux ;;
1144 esac 1144 esac
1145 ;; 1145 ;;
1146 esac 1146 esac
1147 1147
1148 if [ $opsys = hpux10 ]; then 1148 if test $opsys = hpux10 ; then
1149 NON_GNU_CC="cc -Ae" 1149 NON_GNU_CC="cc -Ae"
1150 NON_GNU_CPP="cc -Ae -E" 1150 NON_GNU_CPP="cc -Ae -E"
1151 fi 1151 fi
1152 1152
1153 case "${canonical}" in *-hp-hpux*shr* ) opsys="${opsys}-shr" ;; esac 1153 case "${canonical}" in *-hp-hpux*shr* ) opsys="${opsys}-shr" ;; esac
1619 # it omits the redirection of all output to /dev/null. 1619 # it omits the redirection of all output to /dev/null.
1620 ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS' 1620 ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS'
1621 fi 1621 fi
1622 1622
1623 #### Choose a compiler. 1623 #### Choose a compiler.
1624 if test "x$CC" != x ; then 1624 if test "x$CC" = x ; then
1625 cc_specified=1 1625 cc_specified=1
1626 fi 1626 fi
1627 1627
1628 # Save the value of CFLAGS that the user specified. 1628 # Save the value of CFLAGS that the user specified.
1629 SPECIFIED_CFLAGS="$CFLAGS" 1629 SPECIFIED_CFLAGS="$CFLAGS"