]> eyrie.org Git - kerberos/sident.git/commitdiff
Don't set 64-bit compiler flags unless we're building sidentd, since
authorRuss Allbery <rra@stanford.edu>
Fri, 23 Jul 2004 23:02:58 +0000 (23:02 +0000)
committerRuss Allbery <rra@stanford.edu>
Fri, 23 Jul 2004 23:02:58 +0000 (23:02 +0000)
otherwise it's just an unnecessary portability problem.

m4/kernel.m4

index 403020d14f640b981d26f64c240f9d49c52b1dd2..a81b1377cca1ecf2a4532c427dfdf4d9c06c0717 100644 (file)
@@ -119,7 +119,8 @@ case "$host" in
     *8 | *9)    kernel=k_sunos58.c ;;
     *10)        kernel=k_sunos510.c ;;
     esac
-    if test "`isainfo -k`" = "sparcv9" ; then
+    arch=`isainfo -k`
+    if test x"$RESPONDER" = xresponder && test x"$arch" = xsparcv9 ; then
         if test "$ac_cv_prog_gcc" = "yes" ; then
             CFLAGS="$CFLAGS -m64"
         else