diff options
author | monsta <[email protected]> | 2015-08-19 10:51:13 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-24 17:41:03 +0200 |
commit | 4e3abe7b0833ce5b6b92d5581ab219e2743d1cd6 (patch) | |
tree | 7ad5d87e4f9d5fc8be688b9546809d41f48a6286 | |
parent | 26b41761c10ab28c28757d0c17726c0372bddb57 (diff) | |
download | mate-desktop-4e3abe7b0833ce5b6b92d5581ab219e2743d1cd6.tar.bz2 mate-desktop-4e3abe7b0833ce5b6b92d5581ab219e2743d1cd6.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 0f40b76..3215bd0 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ AM_MAINTAINER_MODE IT_PROG_INTLTOOL([0.40.0]) -AC_ISC_POSIX AC_PROG_CC AC_STDC_HEADERS AC_LIBTOOL_WIN32_DLL |