Sha256: 539761294ad4b184cbf9ed3edc669b1be09350d6c154f316c6d29538e96ee201

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 Bytes

Contents

dnl  Copyright (C) 2009 Sun Microsystems, Inc.
dnl This file is free software; Sun Microsystems, Inc.
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

AC_DEFUN([PANDORA_EXTENSIONS],[

  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
    [AC_REQUIRE([AC_GNU_SOURCE])])

])

AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS],[
  AC_REQUIRE([PANDORA_EXTENSIONS])
])

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-memcached-1.2.9 ext/libmemcached-0.50/m4/pandora_extensions.m4
couchbase-memcached-1.2.8 ext/libmemcached-0.50/m4/pandora_extensions.m4