test for strings with test

This commit is contained in:
Frank Morgner
2015-07-31 21:18:44 +02:00
parent 051e9a999c
commit 265c8da046
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ AC_ARG_VAR([GENGETOPT],
AC_PATH_PROG(GENGETOPT, gengetopt, not found)
if test ! -r src/cmdline.h -o ! -r src/cmdline.c
then
if "${GENGETOPT}" = "not found"
if test "${GENGETOPT}" = "not found"
then
AC_MSG_ERROR([Need gengetopt for parsing command line of pcsc-relay])
fi