mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 20:21:38 +00:00
Fix typo; test needs -a, not a :)
This commit is contained in:
parent
fb55453675
commit
62d4749552
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ AC_ARG_WITH(server,
|
||||||
|
|
||||||
CL_TARGETS=""
|
CL_TARGETS=""
|
||||||
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)"
|
TARGETS="$TARGETS qf-client-mgl\$(EXEEXT)"
|
||||||
CL_TARGETS="$CL_TARGETS MGL"
|
CL_TARGETS="$CL_TARGETS MGL"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue