]> git.stg.codes - stg.git/blobdiff - projects/stargazer/build
Fixed compilation issue.
[stg.git] / projects / stargazer / build
index 754f83f77ffebd9f0e2a1a7b424aaa481f0a64aa..12ec9d23b896065584c3503ecdab2a04133af8af 100755 (executable)
@@ -354,7 +354,7 @@ else
 fi
 rm -f fake
 
-printf "Checking for -lnfnetlink "
+printf "Checking for -lnfnetlink... "
 $CC $CFLAGS $LDFLAGS build_check.c -lnfnetlink -o fake > /dev/null 2> /dev/null
 if [ $? != 0 ]
 then
@@ -366,7 +366,7 @@ else
 fi
 rm -f fake
 
-printf "Checking for -lnetfilter_queue "
+printf "Checking for -lnetfilter_queue... "
 $CC $CFLAGS $LDFLAGS build_check.c -lnetfilter_queue -o fake > /dev/null 2> /dev/null
 if [ $? != 0 ]
 then