~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libuuid.m4

Removed over-eager and invalid error. Ooops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  AS_IF([test "x$ac_cv_header_uuid_uuid_h" = "xno"],[
49
49
    AC_MSG_ERROR([Couldn't find uuid/uuid.h. On Debian this can be found in uuid-dev. On Redhat this can be found in e2fsprogs-devel.])
50
50
  ])
51
 
  AS_IF([test "x${ac_cv_libuuid}" = "xno"],[
52
 
    AC_MSG_ERROR([libuuid is required for ${PACKAGE}])
53
 
  ])
54
51
])
55
52
 
56
53
AC_DEFUN([PANDORA_REQUIRE_LIBUUID],[