summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2020-03-07 08:49:37 +0100
committerKim Woelders <kim@woelders.dk>2020-04-14 17:36:55 +0200
commit0547caa67aa8dd152d014a4d33dc745d452703c7 (patch)
tree6ec624f8222d89e3b349c2d12918f850274edf74
parent204d994d8c3af128d3278e518ccd7316f6ac80d0 (diff)
downloadimlib2-0547caa67aa8dd152d014a4d33dc745d452703c7.tar.gz
configure.ac: Drop initial config.cache removal
Not removing config.cache does not seem to cause trouble elsewhere.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3e8f6e6..89a0898 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,3 @@
-# get rid of that stupid cache mechanism
-rm -f config.cache
-
AC_INIT([imlib2], [1.6.1], [enlightenment-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])