~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_drizzle_build.m4

  • Committer: Monty Taylor
  • Date: 2010-08-12 20:27:32 UTC
  • mto: (1720.1.5 build)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100812202732-9kzchbkvkyki4n3u
Merged libdrizzle directly into tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  # and defines HAVE_LIBM etc
51
51
  #--------------------------------------------------------------------
52
52
  
 
53
  AC_CHECK_FUNC(inet_ntoa, [], [AC_CHECK_LIB(nsl, inet_ntoa)])
53
54
    # For the sched_yield() function on Solaris
54
55
  AC_CHECK_FUNC(sched_yield, [],
55
56
    [AC_CHECK_LIB(posix4, [sched_yield],