~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libdrizzle.m4

  • Committer: Monty Taylor
  • Date: 2010-03-23 08:23:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1398.
  • Revision ID: mordred@inaugust.com-20100323082314-x0k0ra6bkpc9txe5
The requirement for 0.8 is only on Solaris non-sparc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  AS_IF([test "x${ac_cv_libdrizzle}" = "xno"],[
40
40
    AC_MSG_ERROR([libdrizzle is required for ${PACKAGE}])
41
41
  ],[
42
 
    PANDORA_LIBDRIZZLE_RECENT
 
42
    dnl We need at least 0.8 on Solaris non-sparc
 
43
    AS_IF([test "$target_cpu" != "sparc" -a "x${TARGET_SOLARIS}" = "xtrue"],[
 
44
      PANDORA_LIBDRIZZLE_RECENT
 
45
    ])
43
46
  ])
44
47
])
45
48