diff options
author | Halton Huo <halton.huo@sun.com> | 2010-01-21 12:25:37 +0800 |
---|---|---|
committer | Halton Huo <halton.huo@sun.com> | 2010-01-21 12:25:37 +0800 |
commit | 13468c1ea97a9a2dba106b6b666400e664275d7c (patch) | |
tree | 5f61d60d2061ad9eccc8d46237a3a7ed9104a63e /configure.ac | |
parent | fef3206e9565ebc1bb46a0639719d1ba49448521 (diff) | |
download | gdm-13468c1ea97a9a2dba106b6b666400e664275d7c.tar.gz |
Rename x11-path to script-path, this is a mistaken for last commit.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
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 |