]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixed strlcpy detection
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 25 Mar 2005 19:51:52 +0000 (19:51 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 25 Mar 2005 19:51:52 +0000 (19:51 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@906 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index ecc48d7dc4c1a3c6ed525d495aa04843df7c9182..393943ef61b876e6c2fd468952a187191f8026b7 100755 (executable)
--- a/configure
+++ b/configure
@@ -101,9 +101,10 @@ exists () { # because some shells don't have test -e
 }
 
 echo "#include <string.h>">.test.cpp
-echo >"int main() { char a[10]; char b[10]; strlcpy(a,b,10); sprintf("999"); }" >>.test.cpp
-gcc -o .test .test.cpp
-$HAS_STRLCPY=`./.test`
+echo "#include <stdio.h>">>.test.cpp
+echo "int main() { char a[10]; char b[10]; strlcpy(a,b,10); printf(\"%d\\n\",999); }" >>.test.cpp
+g++ -o .test .test.cpp
+HAS_STRLCPY=`./.test`
 rm -f .test.cpp .test
 
 clear
@@ -405,7 +406,7 @@ echo -e "\033[0;37mGCC Version Found:\033[1;32m\t\t$GCCVER.$GCC34"
 echo -e "\033[0;37mOptimatizaton Flag:\033[1;32m\t\t$OPTIMISATI"
 echo -e "\033[0;37m"
 
-yyecho "Writing cache file for future ./configures ..."
+echo "Writing cache file for future ./configures ..."
 
 if [ "$CONFIG_DIR" != "$ME/conf" ] ; then
     COPY_CONF=1