summaryrefslogtreecommitdiff
path: root/m4/ax_cc_maxopt.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-04-25 12:37:10 +0100
committerReuben Thomas <rrt@sc3d.org>2022-04-25 12:37:10 +0100
commitc92672b9c59f9011e5d68220e99cfdd70c1b98df (patch)
treefdb2e640d979038022a18f56dfd57d78b0451618 /m4/ax_cc_maxopt.m4
parent203f15bb8aac7a9f793074711c1549003f8796cf (diff)
downloadautoconf-archive-c92672b9c59f9011e5d68220e99cfdd70c1b98df.tar.gz
m4/ax_cc_maxopt.m4: add missing ;; to end of case
Diffstat (limited to 'm4/ax_cc_maxopt.m4')
-rw-r--r--m4/ax_cc_maxopt.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ax_cc_maxopt.m4 b/m4/ax_cc_maxopt.m4
index 05218e3..7ad5343 100644
--- a/m4/ax_cc_maxopt.m4
+++ b/m4/ax_cc_maxopt.m4
@@ -55,7 +55,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 22
+#serial 23
AC_DEFUN([AX_CC_MAXOPT],
[
@@ -146,6 +146,7 @@ if test "x$ac_test_CFLAGS" = "x"; then
nvhpc)
# default optimization flags for nvhpc
CFLAGS="$CFLAGS -O3"
+ ;;
gnu)
# default optimization flags for gcc on all systems