Update of /cvsroot/moeng/BBRpg
In directory sc8-pr-cvs1:/tmp/cvs-serv6275
Modified Files:
Tag: bbrpg
configure
Log Message:
weer een klein iets waar smunt me op wees, er miste een "exit 1" bij de check op lua. die moet natuurlijk wel echt falen
Index: configure
===================================================================
RCS file: /cvsroot/moeng/BBRpg/configure,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -d -r1.10.2.1 -r1.10.2.2
*** configure 4 Jan 2004 23:21:48 -0000 1.10.2.1
--- configure 11 Jan 2004 18:43:17 -0000 1.10.2.2
***************
*** 170,173 ****
--- 170,174 ----
echo "*** Compiling of lua program failed"
echo "*** Please install lua. http://www.lua.org"
+ exit 1
fi
rm -f conftest*
|