summaryrefslogtreecommitdiff
path: root/lib/make/configure.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-26 22:31:48 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-26 22:31:48 +0000
commit9808dc61761e6f3db3cc0aa653c2282dd10b2b22 (patch)
treec1eb74cad699db029204144b2976ec1bbf9071fd /lib/make/configure.pl
parent7b0d49c3df9b30c125c1d8bd512813c9e5572a14 (diff)
Fixed a bug in the FORTRAN_COMMON_NAME stuff.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@351 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure.pl')
-rwxr-xr-xlib/make/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/configure.pl b/lib/make/configure.pl
index 60a52077..e789a774 100755
--- a/lib/make/configure.pl
+++ b/lib/make/configure.pl
@@ -192,7 +192,7 @@ EOT
while(<IN>)
{
$line = $_;
- if($line =~ m:(_[\w_]*)+(TEST_COMMON)(_*):i)
+ if($line =~ m:(_[\w_]*)?(TEST_COMMON)(_*):i)
{
$prefix = $1;
$name = $2;