diff options
author | monsta <[email protected]> | 2015-08-19 10:53:14 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-31 14:57:04 +0200 |
commit | de87cfc36812298c0d8ad76079cc09e4b7f80aa9 (patch) | |
tree | cf2c8f9377926e2100d3c587b77e36d23d2af1d7 | |
parent | 5a88b90d367fe89c31eba4f87f1e5fc367a5130f (diff) | |
download | atril-de87cfc36812298c0d8ad76079cc09e4b7f80aa9.tar.bz2 atril-de87cfc36812298c0d8ad76079cc09e4b7f80aa9.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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 42af4e67..e1650afe 100644 --- a/configure.ac +++ b/configure.ac @@ -53,9 +53,6 @@ AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - - -AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX |