ossp-pkg/uuid/uuid.ac 1.7 -> 1.8
--- uuid.ac 2004/01/15 12:43:52 1.7
+++ uuid.ac 2004/01/15 16:22:09 1.8
@@ -69,5 +69,13 @@
AC_CHECK_SIZEOF(unsigned long, 4)
AC_CHECK_SIZEOF(long long, 8)
AC_CHECK_SIZEOF(unsigned long long, 8)
+
+ dnl # options
+ AC_ARG_WITH(rfc2518,
+ AC_HELP_STRING([--with-rfc2518], [use incorrect generation of IEEE 802 multicast addresses according to RFC2518]),
+ [ac_cv_with_rfc2518=$withval], [ac_cv_with_rfc2518=no])
+ if test ".$ac_cv_with_rfc2518" == .yes; then
+ AC_DEFINE(WITH_RFC2518, 1, [whether to use incorrect generation of IEEE 802 multicast addresses according to RFC2518])
+ fi
])
|
|