diff options
author | monsta <[email protected]> | 2015-08-19 10:46:55 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-20 13:34:01 +0200 |
commit | 4329a0666214c368715cb9804063cce5dbd44944 (patch) | |
tree | f3a20b7a7b95b97b3cf499c3199dfaa0166bfaac | |
parent | 335b75772988824a5e16167c0f70dc8eb1647d49 (diff) | |
download | marco-4329a0666214c368715cb9804063cce5dbd44944.tar.bz2 marco-4329a0666214c368715cb9804063cce5dbd44944.tar.xz |
configure.ac: drop obsolete macro
It's been a no-op for a long time.
See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7a31f56a..624723e5 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext d IT_PROG_INTLTOOL([0.34.90]) AC_PROG_CC -AC_ISC_POSIX AC_HEADER_STDC AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL |