diff options
author | Martin Wimpress <[email protected]> | 2015-09-08 12:23:14 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-09-08 12:23:14 +0100 |
commit | 3418b46206038a3e39768f23402e5b65130a192d (patch) | |
tree | 8dc5833498a18fe0f813ee72e2d24282d94eb975 | |
parent | fe4109c0bdd37fa7a6475b7aba2a0e6f26458ce6 (diff) | |
parent | e08df41e5402c1e7e72b265c58925d9295d0eb0d (diff) | |
download | mate-netbook-3418b46206038a3e39768f23402e5b65130a192d.tar.bz2 mate-netbook-3418b46206038a3e39768f23402e5b65130a192d.tar.xz |
Merge pull request #25 from monsta/patch-1
configure.ac: drop obsolete macro
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1feed65..321693e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,6 @@ AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -AC_ISC_POSIX AC_PROG_CC AC_STDC_HEADERS AC_PROG_LIBTOOL |