mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
fixed speller - /usr/local not /usr/locale
This commit is contained in:
parent
290f9cf175
commit
67766fdc9d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ AC_DEFUN([ARABICA_HAS_XERCES],
|
|||
if test $with_xerces != yes; then
|
||||
xerces_possible_path="$with_xerces"
|
||||
else
|
||||
xerces_possible_path="/usr /usr/locale /opt /var"
|
||||
xerces_possible_path="/usr /usr/local /opt /var"
|
||||
fi
|
||||
AC_MSG_CHECKING([for Xerces headers])
|
||||
xerces_save_CXXFLAGS="$CXXFLAGS"
|
||||
|
|
Loading…
Reference in a new issue