Remove the definition of ARG_UNUSED
Showing
1 changed file
with
0 additions
and
12 deletions
... | @@ -1047,18 +1047,6 @@ if test "$EMACS" != "no"; then | ... | @@ -1047,18 +1047,6 @@ if test "$EMACS" != "no"; then |
1047 | fi | 1047 | fi |
1048 | AC_SUBST(lisp_LISP) | 1048 | AC_SUBST(lisp_LISP) |
1049 | 1049 | ||
1050 | dnl Define ARG_UNUSED macro | ||
1051 | dnl | ||
1052 | AH_BOTTOM([ | ||
1053 | #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) | ||
1054 | # define __attribute__(x) | ||
1055 | #endif | ||
1056 | |||
1057 | #ifndef ARG_UNUSED | ||
1058 | # define ARG_UNUSED __attribute__ ((__unused__)) | ||
1059 | #endif | ||
1060 | ]) | ||
1061 | |||
1062 | AC_ARG_VAR([DEFAULT_CUPS_CONFDIR], | 1050 | AC_ARG_VAR([DEFAULT_CUPS_CONFDIR], |
1063 | [Set the location of CUPS configuration directory. Default is \$sysconfdir/cups]) | 1051 | [Set the location of CUPS configuration directory. Default is \$sysconfdir/cups]) |
1064 | 1052 | ... | ... |
-
Please register or sign in to post a comment