diff options
author | monsta <[email protected]> | 2015-09-29 13:43:48 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-29 13:57:13 +0300 |
commit | 7eff297795a917ff425849f4c97c4f7d5342d4ea (patch) | |
tree | b7097862ab3328c874b3f4841ad0578c4ed90b3b /configure.ac | |
parent | e39f5b99d14fcddbd295e2d792980a11b379b1f7 (diff) | |
download | pluma-7eff297795a917ff425849f4c97c4f7d5342d4ea.tar.bz2 pluma-7eff297795a917ff425849f4c97c4f7d5342d4ea.tar.xz |
configure.ac: dropped some useless stuff
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index b786a4fd..dd886c9b 100644 --- a/configure.ac +++ b/configure.ac @@ -37,10 +37,6 @@ PKG_PROG_PKG_CONFIG LT_PREREQ([2.2.6]) LT_INIT(disable-static) -#unused (maybe) -PLUMA_API_VERSION=2.20 -AC_SUBST(PLUMA_API_VERSION) - GTK_DOC_CHECK([1.0],[--flavour=no-tmpl]) AC_CHECK_FUNC(sigaction) @@ -154,11 +150,6 @@ fi AM_CONDITIONAL(ENABLE_ENCHANT, test x"$enable_enchant" = "xyes") dnl ================================================================ -dnl libsocket checks - needed for bacon-connection on solaris. -dnl ================================================================ -AC_SEARCH_LIBS(bind, socket) - -dnl ================================================================ dnl Start of pkg-config checks dnl ================================================================ |