diff options
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure b/libjava/configure index 81a73da8f9b..19b8d8d554b 100755 --- a/libjava/configure +++ b/libjava/configure @@ -13289,8 +13289,8 @@ if test ! -f gnu/classpath/Configuration.java; then # but we add /dev/null to the input list so that grep will print the # filename of Configuration.java in case it finds any matches. if grep @ gnu/classpath/Configuration.java /dev/null; then - { { echo "$as_me:$LINENO: error: configure.in is missing the substitutions above" >&5 -echo "$as_me: error: configure.in is missing the substitutions above" >&2;} + { { echo "$as_me:$LINENO: error: configure.ac is missing the substitutions above" >&5 +echo "$as_me: error: configure.ac is missing the substitutions above" >&2;} { (exit 1); exit 1; }; } fi fi |