mirror of
https://github.com/apache/httpd.git
synced 2025-08-27 16:41:57 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84522 13f79535-47bb-0310-9956-ffa450edef68
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
if test "$OS" = "os2" ; then
|
|
CFLAGS="$CFLAGS -DOS2 -O2"
|
|
LDFLAGS="$LDFLAGS -Zexe"
|
|
fi
|