mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 11:28:03 +02:00
Typo fix to locale/error/keysym location declarations.
This commit is contained in:
parent
9a895777e3
commit
12afc57b7d
1 changed files with 4 additions and 4 deletions
|
|
@ -237,10 +237,10 @@ if test "x$GCC" = "xyes"; then
|
|||
X11_CFLAGS="$GCC_WARNINGS $X11_CFLAGS"
|
||||
fi
|
||||
|
||||
X11_DATADIR='${datadir}/X11'
|
||||
X11_LOCALEDIR='${X11_DATADIR}/locale'
|
||||
XKEYSYMDB='${X11_DATADIR}/XKeysymDB'
|
||||
XERRORDB='${X11_DATADIR}/XErrorDB'
|
||||
X11_DATADIR="${datadir}/X11"
|
||||
X11_LOCALEDIR="${X11_DATADIR}/locale"
|
||||
XKEYSYMDB="${X11_DATADIR}/XKeysymDB"
|
||||
XERRORDB="${X11_DATADIR}/XErrorDB"
|
||||
|
||||
AC_SUBST(X11_DATADIR)
|
||||
AC_SUBST(X11_LOCALEDIR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue