aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b0bd151..dd4cff3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ case $host_os in
42 ;; 42 ;;
43 *hpux*) 43 *hpux*)
44 HOST_OS=hpux; 44 HOST_OS=hpux;
45 if [ $CC = "gcc" ]; then 45 if test "`echo $CC | cut -d ' ' -f 1`" = "gcc" ; then
46 CFLAGS="$CFLAGS -mlp64" 46 CFLAGS="$CFLAGS -mlp64"
47 else 47 else
48 CFLAGS="-g -O2 +DD64 $USER_CFLAGS" 48 CFLAGS="-g -O2 +DD64 $USER_CFLAGS"