adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 7b9766b 237/237: FIXES to c


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 7b9766b 237/237: FIXES to configure Adonthell for Solaris
Date: Mon, 25 Jul 2016 18:15:16 +0000 (UTC)

tag: Release_0-3-1
commit 7b9766be300067fb12228c59178b7dde1ace6bd3
Author: adondev <adondev>
Commit: adondev <adondev>

    FIXES to configure Adonthell for Solaris
---
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 8111639..4f1605d 100755
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ AC_ARG_WITH(adonthell-binary,
 dnl Checking for Adonthell
 if test x$adonthelldatadir = xnone; then
    AC_PATH_PROG(adonthell_binary, adonthell)
-   if test x$adonthell_binary == x ; then
+   if test x$adonthell_binary = x ; then
        echo "Waste's Edge requires the Adonthell game engine. Exiting..."
        exit 1
    fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]