]> www.ginac.de Git - ginac.git/blobdiff - acinclude.m4
documentation update
[ginac.git] / acinclude.m4
index e963eb91ec407ce62dd77e802b8ef92e8b8e5bcd..4b5cd720e89100ffcafb3b9442ab4ab7a3168563 100644 (file)
@@ -86,8 +86,10 @@ if test "x${ginac_error}" = "xyes"; then
     if test "x${ginac_warning_txt}" != "x"; then
         echo "${ginac_warning_txt}"
     fi
-    echo "deleting cache ${cache_file}"
-    rm -f $cache_file
+    if test "x$cache_file" != "x/dev/null"; then
+        echo "deleting cache ${cache_file}"
+        rm -f $cache_file
+    fi
     else 
         if test x$ginac_warning = xyes; then
             echo "=== The following minor problems have been detected by configure."