~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-04-26 09:08:47 UTC
  • mto: (997.2.25 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090426090847-qvuiscbe63nfv70a
Fixed a few loose ends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
748
748
# For the sched_yield() function on Solaris
749
749
AC_CHECK_FUNC(sched_yield, [],
750
750
  [AC_CHECK_LIB(posix4, [sched_yield],
751
 
    [AC_DEFINE(HAVE_SCHED_YIELD) LIBS="$LIBS -lposix4"])])
 
751
    [AC_DEFINE(HAVE_SCHED_YIELD, 1, [Have sched_yield function]) LIBS="$LIBS -lposix4"])])
752
752
 
753
753
if test "$ac_cv_header_termio_h" = "no" -a "$ac_cv_header_termios_h" = "no"
754
754
then