summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])],