summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-05 09:12:10 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:55:17 +0100
commitbce69b02690431c50f3d1c53129a8941eb483f78 (patch)
tree2dd365a13d93b00aca2d487e0fc0f88086885fee
parent6d8b3ab205f89ba6f157bb7c2c31aa53e9f3e6a1 (diff)
downloadrasdaman-upstream-obvious-build-fixes.tar.gz
rasdaman-upstream-obvious-build-fixes.tar.xz
rasdaman-upstream-obvious-build-fixes.zip
build: Fix typo for test port definitionobvious-build-fixes
Fix typo for test port definition: The defined variable is called RASMGR_PORT, not RASMGRPORT.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 410522d..7090dcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,7 +216,7 @@ AC_ARG_WITH([test-port],
[AS_HELP_STRING([--with-test-port=PORT],
[port on which the test server is listening])],
[PORT="$withval"],
- [PORT="$RASMGRPORT"])
+ [PORT="$RASMGR_PORT"])
AC_ARG_WITH([test-user],
[AS_HELP_STRING([--with-test-user=USERNAME],
[username used for connecting to the test server])],