summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 17:13:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 17:13:57 +0000
commit4b166c4bd9fb9cc3d0b50a11aebed02a75247f69 (patch)
tree29ff265f06a5aed800d1bd300f639dfa5949b59e /configure.ac
parentbdd1435eaaedfa9ae728f3defd6d9480088c853c (diff)
downloadmailutils-4b166c4bd9fb9cc3d0b50a11aebed02a75247f69.tar.gz
mailutils-4b166c4bd9fb9cc3d0b50a11aebed02a75247f69.tar.bz2
Remove the definition of ARG_UNUSED
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 1df8eec03..cc64c8111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1047,18 +1047,6 @@ if test "$EMACS" != "no"; then
fi
AC_SUBST(lisp_LISP)
-dnl Define ARG_UNUSED macro
-dnl
-AH_BOTTOM([
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
-# define __attribute__(x)
-#endif
-
-#ifndef ARG_UNUSED
-# define ARG_UNUSED __attribute__ ((__unused__))
-#endif
-])
-
AC_ARG_VAR([DEFAULT_CUPS_CONFDIR],
[Set the location of CUPS configuration directory. Default is \$sysconfdir/cups])

Return to:

Send suggestions and report system problems to the System administrator.