aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/imake-4/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/imake-4/scripts/configure b/devel/imake-4/scripts/configure
index cef03f7dec29..8f1f9fead344 100644
--- a/devel/imake-4/scripts/configure
+++ b/devel/imake-4/scripts/configure
@@ -23,7 +23,7 @@ echo "#ifndef BuildAoutLibraries" >> $F
echo "#define BuildAoutLibraries $BuildAoutLibraries" >> $F
echo "#endif" >> $F
isyes $DebuggableLibraries
-if [ $ret = YES -a $OSVERSION -ge 400000 ]; then
+if [ $ret = YES ]; then
echo "#ifndef DebuggableLibraries" >> $F
echo "#define DebuggableLibraries $ret" >> $F
echo "#endif" >> $F