From eb4b91c99307eca83c8b11c5af8bc00c2ca5c64d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 18 Jun 2008 19:13:29 +0200 Subject: configure: fix "./configure: line 2824: test: too many arguments" --- skype/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skype') diff --git a/skype/configure.ac b/skype/configure.ac index e169ad69..467f3149 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -4,7 +4,7 @@ AC_PROG_INSTALL AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Enable debug support (default: disabled)]), debug=yes) AC_MSG_CHECKING(for debug mode request) -if test x$debug = xyes ; then +if test "x$debug" = "xyes" ; then CFLAGS="-g -Wall -Werror" AC_MSG_RESULT(yes) else -- cgit v1.2.3