mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
test for uClinux in configure script
Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
This commit is contained in:
committed by
Felipe Zimmerle
parent
fe84d2bae6
commit
e9bcaf441d
@@ -157,7 +157,7 @@ case $host in
|
||||
AC_DEFINE([MACOSX], [1], [Define if the operating system is Macintosh OSX])
|
||||
PLATFORM="MacOSX"
|
||||
;;
|
||||
*-*-linux*)
|
||||
*-*-linux* | *-*uclinux*)
|
||||
echo "Checking platform... Identified as Linux"
|
||||
AC_DEFINE([LINUX], [1], [Define if the operating system is LINUX])
|
||||
PLATFORM="Linux"
|
||||
|
Reference in New Issue
Block a user