diff options
Diffstat (limited to 'macros/gperf-check.m4')
-rw-r--r-- | macros/gperf-check.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gperf-check.m4 b/macros/gperf-check.m4 index 1b73d3f19d..3869459ebc 100644 --- a/macros/gperf-check.m4 +++ b/macros/gperf-check.m4 @@ -53,7 +53,7 @@ main () tmp_version = my_strdup("$min_gperf_version"); if (sscanf(tmp_version, "%d.%d", &major, &minor) != 2) { printf ("%s, bad version string\n", "$min_gperf_version"); - exit (1); + return 1; } if (($gperf_major_version > major) || |