summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHalton Huo <halton.huo@sun.com>2010-01-21 12:25:37 +0800
committerHalton Huo <halton.huo@sun.com>2010-01-21 12:25:37 +0800
commit13468c1ea97a9a2dba106b6b666400e664275d7c (patch)
tree5f61d60d2061ad9eccc8d46237a3a7ed9104a63e
parentfef3206e9565ebc1bb46a0639719d1ba49448521 (diff)
downloadgdm-13468c1ea97a9a2dba106b6b666400e664275d7c.tar.gz
Rename x11-path to script-path, this is a mistaken for last commit.
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fa472676..aaf04a9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1191,11 +1191,11 @@ else
fi
dnl ---------------------------------------------------------------------------
-dnl - Directory for X11 programs
+dnl - PATH in scripts
dnl ---------------------------------------------------------------------------
-AC_ARG_WITH(x11-path,
- AS_HELP_STRING([--with-x11-path=<dir>],
- [x11 path]))
+AC_ARG_WITH(script-path,
+ AS_HELP_STRING([--with-script-path=<dir>],
+ [script path]))
if ! test -z "$with_script_path"; then
SCRIPT_PATH=$with_script_path