test for strings with test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user