We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937763d commit 4fc4b00Copy full SHA for 4fc4b00
configure.ac
@@ -77,9 +77,9 @@ AC_SUBST(inputdir)
77
78
AC_ARG_WITH(xorg-conf-dir,
79
AC_HELP_STRING([--with-xorg-conf-dir=DIR],
80
- [Default xorg.conf.d directory [[default=$prefix/share/X11/xorg.conf.d/]]]),
+ [Default xorg.conf.d directory [[default=${prefix}/share/X11/xorg.conf.d/]]]),
81
[xorgconfdir="$withval"],
82
- [xorgconfdir="$prefix/share/X11/xorg.conf.d"])
+ [xorgconfdir='${prefix}/share/X11/xorg.conf.d'])
83
AC_SUBST(xorgconfdir)
84
85
# Checks for extensions
0 commit comments