]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix HP-UX fix.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 12 Feb 2003 14:13:12 +0000 (14:13 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 12 Feb 2003 14:13:12 +0000 (14:13 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3345 7a7537e8-13f0-0310-91df-b6672ffda945

config-scripts/cups-compiler.m4

index 53495579f98f52b5d26550162e483bb918ab9099..c9f2ae9a23d7b79adee9ce388e080ffa4bbafb35 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: cups-compiler.m4,v 1.22 2003/02/11 20:20:26 mike Exp $"
+dnl "$Id: cups-compiler.m4,v 1.23 2003/02/12 14:13:12 mike Exp $"
 dnl
 dnl   Common configuration stuff for the Common UNIX Printing System (CUPS).
 dnl
@@ -181,11 +181,11 @@ else
 fi
 
 if test $uname = HP-UX; then
-       if test "x$with_optim" = x; then
-               # HP-UX 10.20 (at least) needs this definition to get the
-               # h_errno global...
-               OPTIM="$OPTIM -D_XOPEN_SOURCE_EXTENDED"
-       fi
+       # HP-UX 10.20 (at least) needs this definition to get the
+       # h_errno global...
+       OPTIM="$OPTIM -D_XOPEN_SOURCE_EXTENDED"
+fi
+
 dnl
-dnl End of "$Id: cups-compiler.m4,v 1.22 2003/02/11 20:20:26 mike Exp $".
+dnl End of "$Id: cups-compiler.m4,v 1.23 2003/02/12 14:13:12 mike Exp $".
 dnl