git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@349
a5681a0c-68f1-0310-ab6d-
d61299d08faa
ex_check_save_LIBS=${LIBS}
ex_check_save_CPPFLAGS=${CPPFLAGS}
ex_check_save_LDFLAGS=${LDPFLAGS}
- if [ x$7 != x ]; then
+ if test "x$7" != "x"; then
CPPFLAGS="-I$7 $CPPFLAGS"
fi
dnl try compiling naked first
echo " Build rrdcgi: $enable_rrdcgi"
echo " Build librrd MT: $enable_pthread"
echo
-ech
+echo
echo "Type 'make' to compile the software and use 'make install' to "
echo "install everything to: $prefix."
echo