mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Minor tweak in buildscript
darcs-hash:20050927173107-ac50b-60a41f26311cea0ed32e42323a5ddfd6a16cb20b.gz
This commit is contained in:
parent
e855f2dfc9
commit
8c7c3bd787
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if test -z $docdir; then
|
|||
fi
|
||||
|
||||
AC_DEFINE_UNQUOTED( DOCDIR, [L"$(eval echo $docdir)"], [Documentation directory] )
|
||||
AC_DEFINE_UNQUOTED( SYSCONFDIR, [L"$(eval echo $sysconfdir)"], [System configuration directory] )
|
||||
AC_DEFINE_UNQUOTED( SYSCONFDIR, [L"$sysconfdir"], [System configuration directory] )
|
||||
|
||||
# See if Linux procfs is present
|
||||
AC_CHECK_FILES([/proc/self/stat])
|
||||
|
|
Loading…
Reference in a new issue