1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-27 16:41:57 +03:00
Files
apache/os/os2/config.m4
2000-01-26 07:51:45 +00:00

5 lines
88 B
Plaintext

if test "$OS" = "os2" ; then
CFLAGS="$CFLAGS -DOS2 -O2"
LDFLAGS="$LDFLAGS -Zexe"
fi