New Unix configure system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
install/unix/setup/general/needed
Executable file
10
install/unix/setup/general/needed
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
for each in $@ ; do
|
||||
LINE=`grep " $each " ../$OSTYPE/wx_setup.h | grep "#define" | grep 1`
|
||||
if test "x$LINE" = x ; then
|
||||
echo "$each needed to compile";
|
||||
exit 1;
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user