diff options
author | monsta <[email protected]> | 2016-11-27 22:10:09 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-27 22:21:06 +0300 |
commit | 165fe0f298c5e2a3d53670d9c1a40294ed424329 (patch) | |
tree | 0c6c22f879e7607a51a0520b1070fc7bbf471564 | |
parent | caa00774163777f00ea1694bd99e4c749e6fb15a (diff) | |
download | pluma-165fe0f298c5e2a3d53670d9c1a40294ed424329.tar.bz2 pluma-165fe0f298c5e2a3d53670d9c1a40294ed424329.tar.xz |
remove compile-time check for unused function
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4fd1c5f4..7024575a 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,6 @@ LT_INIT(disable-static) GTK_DOC_CHECK([1.0],[--flavour=no-tmpl]) -AC_CHECK_FUNC(sigaction) AC_CHECK_LIB(m, floor) dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work |