]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
The tagged configuration was being cached and overwriting the C
authorOssama Othman <othman@cs.wustl.edu>
Sun, 5 Dec 1999 22:42:10 +0000 (22:42 +0000)
committerOssama Othman <ossama@debian.org>
Sun, 5 Dec 1999 22:42:10 +0000 (22:42 +0000)
compiler cached configuration.  For now, the tagged configuration
will not be cached.

ltconfig.in

index 7e810f1b7d53699284484774047990970bee1ff5..40fa5aae7c1a0d36bd64e501621b03ee19a6d4a3 100755 (executable)
@@ -2523,7 +2523,8 @@ EOF
   ;;
 esac
 
-test -n "$cache_file" || exit 0
+# Don't cache tagged configuration!
+test -n "$cache_file" && test -z "$tagname" || exit 0
 
 # AC_CACHE_SAVE
 trap '' 1 2 15