mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Added --with-codepagedir as RedHat 6.2 and 7.x place them differently.
Jeremy.
(This used to be commit 1cfc542685
)
This commit is contained in:
parent
bda419be61
commit
8c0a1c61cc
1417
source3/configure
vendored
1417
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -49,6 +49,22 @@ if test x"$samba_cv_volatile" = x"yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
# set codepage directory location
|
||||||
|
AC_ARG_WITH(codepagedir,
|
||||||
|
[ --with-codepagedir=DIR Where to put codepage files ($codepagedir)],
|
||||||
|
[ case "$withval" in
|
||||||
|
yes|no)
|
||||||
|
#
|
||||||
|
# Just in case anybody does it
|
||||||
|
#
|
||||||
|
AC_MSG_WARN([--with-codepagedir called without argument - will use default])
|
||||||
|
;;
|
||||||
|
* )
|
||||||
|
codepagedir="$withval"
|
||||||
|
;;
|
||||||
|
esac])
|
||||||
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user