From 62d474955213ca3764cf2c056937c83113ed1736 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Tue, 26 Sep 2000 07:30:11 +0000 Subject: [PATCH] Fix typo; test needs -a, not a :) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4f34c28..a1203b9 100644 --- a/configure.in +++ b/configure.in @@ -995,7 +995,7 @@ AC_ARG_WITH(server, CL_TARGETS="" TARGETS="" -if test "x$HAVE_MGL" = xyes a "x$ENABLE_MGL" = xyes; then +if test "x$HAVE_MGL" = xyes -a "x$ENABLE_MGL" = xyes; then TARGETS="$TARGETS qf-client-mgl\$(EXEEXT)" CL_TARGETS="$CL_TARGETS MGL" fi