~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: mordred
  • Date: 2008-11-03 19:16:14 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103191614-baivj0p2wjudgaj2
zomg. Solaris actually builds all the way!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
 
337
337
dnl TODO: Can _ISOC99_SOURCE be defined on all platforms and remove the 
338
338
dnl       Need for all of this? 
339
 
case "$target_os" in
340
 
  *solaris*)
341
 
  dnl Do we need both of these? 
342
 
  CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=600"
343
 
  CXXFLAGS="${CXXFLAGS} -D__C99FEATURES__"
344
 
  ;;
345
 
esac
346
 
 
 
339
if test "$GCC" = "yes"
 
340
then
 
341
  case "$target_os" in
 
342
    *solaris*)
 
343
    CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=600"
 
344
    CXXFLAGS="${CXXFLAGS} -D__C99FEATURES__"
 
345
    ;;
 
346
  esac
 
347
fi
347
348
 
348
349
# We use libtool
349
350
#AC_LIBTOOL_WIN32_DLL
1163
1164
  fdatasync fpresetsticky fpsetmask fsync \
1164
1165
  getcwd getpassphrase getpwnam \
1165
1166
  getpwuid getrlimit getrusage getwd index initgroups isnan \
 
1167
  isinf isfinite \
1166
1168
  localtime_r gethrtime gmtime_r \
1167
1169
  madvise \
1168
1170
  mkstemp mlockall poll pread pthread_attr_create mmap mmap64 \