diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-03-28 18:57:25 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-03-28 18:57:25 +0000 |
commit | 8d4974c0087d5b92ce300ab8b6734e3d986bdd41 (patch) | |
tree | 5f35c7b2dbe4a001f629401e514c6d3119e949e8 /configure.ac | |
parent | 6828ec063e1c3c406a65d00f283b22d15e14be83 (diff) | |
download | gdm-8d4974c0087d5b92ce300ab8b6734e3d986bdd41.tar.gz |
One line change to reflect comment #7 in bug #335957.
2006-03-28 Brian Cameron <brian.cameron@sun.com>
* configure.ac: One line change to reflect comment #7 in bug
#335957.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 163023ff..0585d444 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,8 @@ AC_ARG_WITH(sysconfsubdir, AC_HELP_STRING([--with-sysconfsubdir], [directory name used under sysconfdir, default=gdm]), sysconfsubdir=${withval}, sysconfsubdir=gdm) AC_SUBST(sysconfsubdir) -if test x"${sysconfsubdir}" != x; then + +if test x"${sysconfsubdir}" != xno -a x"${sysconfsubdir}" != x; then gdmconfdir='${sysconfdir}/${sysconfsubdir}' else gdmconfdir='${sysconfdir}' |