Changeset 2348 for box/trunk/configure.ac
- Timestamp:
- 11/10/2008 22:01:38 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2339 r2348 183 183 AC_CHECK_DECLS([O_BINARY],,,) 184 184 185 # Solaris provides getpeerucred() instead of getpeereid() or SO_PEERCRED 186 AC_CHECK_HEADERS([ucred.h]) 187 AC_CHECK_FUNCS([getpeerucred]) 188 185 189 AC_CHECK_DECLS([optreset],,, [[#include <getopt.h>]]) 186 190 AC_CHECK_DECLS([dirfd],,, … … 312 316 client_parcel_dir=`perl infrastructure/parcelpath.pl backup-client $target_os` 313 317 314 os_name=`uname -o` 315 if test "$os_name" = "Cygwin"; then 318 if test "$build_os" = "cygwin"; then 316 319 client_parcel_dir=`cygpath -wa $client_parcel_dir | sed -e 's|\\\|/|g'` 317 build_dir=` cygpath -wa $build_dir| sed -e 's|\\\|/|g'`320 build_dir=` cygpath -wa $build_dir | sed -e 's|\\\|/|g'` 318 321 fi 319 322
Note: See TracChangeset
for help on using the changeset viewer.
