-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I could swear I removed this dead code some time ago. Apparently it
keeps coming back :-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkuanPIACgkQHsardTLnvCUFfQCdFCNpuaxtaMm0OAqYnYOabx+L
ZAkAn2f0ZipJ2cvs6hz241DdhgvCWajv
=MQQ2
-----END PGP SIGNATURE-----
From ba22a4780023a9d973a07a202aedbfd87b972d20 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <[email protected]>
Date: Fri, 12 Mar 2010 20:31:37 +0100
Subject: [PATCH] Remove unused M4 code

---
 src/conf_macros.m4 |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index 315a064..4a41da2 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -114,20 +114,6 @@ AC_DEFUN([WITH_INIT_DIR],
     AC_SUBST(initdir)
   ])
 
-AC_DEFUN([WITH_SHADOW_UTILS_PATH],
-  [ AC_ARG_WITH([shadow-utils-path],
-                [AC_HELP_STRING([--with-shadow-utils-path=PATH],
-                                [Where to look for shadow-utils binaries [/usr/sbin]]
-                               )
-                ]
-               )
-    shadow_utils_path="${sbindir}"
-    if test x"$with_shadow_utils_path" != x; then
-        shadow_utils_path=$with_shadow_utils_path
-    fi
-    AC_SUBST(shadow_utils_path)
-  ])
-
 AC_DEFUN([WITH_MANPAGES],
   [ AC_ARG_WITH([manpages],
                 [AC_HELP_STRING([--with-manpages],
-- 
1.6.6.1

Attachment: 0001-Remove-unused-M4-code.patch.sig
Description: PGP signature

_______________________________________________
sssd-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to