From 0547caa67aa8dd152d014a4d33dc745d452703c7 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 7 Mar 2020 08:49:37 +0100 Subject: [PATCH] configure.ac: Drop initial config.cache removal Not removing config.cache does not seem to cause trouble elsewhere. --- configure.ac | 3 --- 1 file changed, 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])