aboutsummaryrefslogtreecommitdiff
path: root/x11/libSM/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libSM/files/patch-configure.ac')
-rw-r--r--x11/libSM/files/patch-configure.ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/libSM/files/patch-configure.ac b/x11/libSM/files/patch-configure.ac
deleted file mode 100644
index 2fe7d332d26a..000000000000
--- a/x11/libSM/files/patch-configure.ac
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.ac.orig 2008-07-02 21:58:05.000000000 +0400
-+++ configure.ac 2009-02-23 18:50:18.000000000 +0300
-@@ -35,10 +35,13 @@
- # Needed to check for TCP & IPv6 support and set flags appropriately
- XTRANS_CONNECTION_FLAGS
-
-+AC_ARG_WITH(stduuid, AC_HELP_STRING([--with-stduuid], [Build with DCE 1.1 uuid support for client IDs]))
-+AM_CONDITIONAL(WITH_STDUUID, test x"$with_stduuid" != "xno")
-+
- AC_ARG_WITH(libuuid, AC_HELP_STRING([--with-libuuid], [Build with libuuid support for client IDs]))
--AM_CONDITIONAL(WITH_LIBUUID, test x"$with_libuuid" != xno)
-+AM_CONDITIONAL(WITH_LIBUUID, test x"$with_libuuid" = "xyes" -a x"$with_stduuid" = "xno")
-
--if test x"$with_libuuid" != xno; then
-+if test x"$with_libuuid" = "xyes" -a x"$with_stduuid" = "xno"; then
- PKG_CHECK_MODULES(LIBUUID, uuid)
- fi
-