Skip to content

Commit

Permalink
configure: fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
abrasive committed Jun 20, 2013
1 parent 4a168e1 commit 5431aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ echo "// automatically generated file" > config.h
LDFLAGS="${LDFLAGS} -lm -lpthread"

if make -f Makefile.tests test_getopt > /dev/null; then
echo "getopt.h found (or compiler broken)"
echo "getopt.h found"
echo "#define CONFIG_HAVE_GETOPT_H" >> config.h
echo "CONFIG_HAVE_GETOPT_H=yes" >> config.mk
else
echo "getopt.h not found, using our own getopt_long."
echo "getopt.h not found (or compiler broken), using our own getopt_long."
fi

if pkg-config openssl 2>/dev/null; then
Expand Down

0 comments on commit 5431aeb

Please sign in to comment.