]> arthur.barton.de Git - netatalk.git/commitdiff
removed Debian build specific flags from fhs section (Sebastian Rittau)
authorrufustfirefly <rufustfirefly>
Mon, 19 Feb 2001 19:32:34 +0000 (19:32 +0000)
committerrufustfirefly <rufustfirefly>
Mon, 19 Feb 2001 19:32:34 +0000 (19:32 +0000)
configure.in

index 359b1f674ef75aed423717540f2b9a2a0bd4547e..99ab43e08ddf1d07bf90af05719e09a88027bdfc 100644 (file)
@@ -320,11 +320,9 @@ dnl --------------------------------------------------------------------------
 AC_ARG_ENABLE(fhs,
        [  --enable-fhs            use Filesystem Hierarchy Standard (FHS) compatibility],
     if test "$enableval" = "yes"; then
-               CFLAGS="-O2 $CFLAGS"
                uams_path="/usr/lib/netatalk"
                config_dir="/etc/netatalk"
                use_pam_so=yes
-               AC_DEFINE(TCPWRAP)
                dnl FIXME: NEED TO HAVE --mandir=/usr/share/man AT SOME POINT...
                AC_DEFINE(FHS_COMPATIBILITY)
        fi