]> git.pld-linux.org Git - packages/device-mapper.git/blobdiff - device-mapper-getopt.patch
- obsolete for long time
[packages/device-mapper.git] / device-mapper-getopt.patch
diff --git a/device-mapper-getopt.patch b/device-mapper-getopt.patch
deleted file mode 100644 (file)
index ee5c672..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- device-mapper.1.02.07/configure.in.orig    2006-05-17 19:23:21.778894500 +0200
-+++ device-mapper.1.02.07/configure.in 2006-05-17 19:31:56.351053250 +0200
-@@ -230,8 +230,8 @@
- ################################################################################
- dnl -- getline included in recent libc
--AC_CHECK_LIB(c, getline, AC_DEFINE([HAVE_GETLINE], 1,
--  [Define to 1 if getline is available.]))
-+AC_CHECK_FUNC(getline, [AC_DEFINE([HAVE_GETLINE], 1,
-+  [Define to 1 if getline is available.])])
- ################################################################################
- dnl -- canonicalize_file_name included in recent libc
-@@ -240,7 +240,7 @@
- ################################################################################
- dnl -- Check for getopt
--AC_CHECK_HEADERS(getopt.h, AC_DEFINE([HAVE_GETOPTLONG], 1, [Define to 1 if getopt_long is available.]))
-+AC_CHECK_FUNC(getopt_long, [AC_DEFINE([HAVE_GETOPTLONG], 1, [Define to 1 if getopt_long is available.])])
- ################################################################################
- dnl -- Internationalisation stuff
This page took 0.082199 seconds and 4 git commands to generate.