--- deliantra/server/configure.ac 2007/03/05 19:11:12 1.51 +++ deliantra/server/configure.ac 2007/03/05 19:19:35 1.52 @@ -15,18 +15,6 @@ AC_PROG_CXX AC_PROG_LIBTOOL -case "$target" in - alpha-dec-osf*) - # If we are not using gcc, we want the ansi version of cc. - if test -z "$GCC"; then -# CFLAGS="$CFLAGS -std1 -warnprotos" # Not yet ready for warnprotos... - CFLAGS="$CFLAGS -std1" - fi - ;; - *) - ;; -esac - AC_PROG_CPP AC_PATH_PROG(PERL, perl5.8) @@ -141,7 +129,7 @@ AC_OUTPUT([Makefile include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile - server/Makefile utils/Makefile ext/Makefile + server/Makefile utils/Makefile ext/Makefile doc/Makefile lib/checkarch.pl lib/collect.pl common/Makefile ])