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
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