]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(handle_configure): Fixed typo.
authorTom Tromey <tromey@redhat.com>
Wed, 29 Nov 1995 22:04:50 +0000 (22:04 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 29 Nov 1995 22:04:50 +0000 (22:04 +0000)
automake.in

index 0540609322a92bf83fd00e0045acc6c95db871d5..4bc0dfdd171146e7b46ed6b246bfeadca2989446 100755 (executable)
@@ -745,7 +745,7 @@ sub handle_configure
        &require_file ('mkinstalldirs');
     }
 
-    if (defined ($configure{'CONFIG_HEADER'})
+    if (defined ($contents{'CONFIG_HEADER'})
        && $contents{'CONFIG_HEADER'} !~ m,/,)
     {
        # Header defined and in this directory.