diff configure.ac @ 271:f01b6e9c8fa2

dep/animone: make OS X code build
author Paper <paper@paper.us.eu.org>
date Sun, 14 Apr 2024 22:28:50 -0400
parents 09c5bd74fe93
children f31305b9f60a
line wrap: on
line diff
--- a/configure.ac	Fri Apr 12 19:13:50 2024 -0400
+++ b/configure.ac	Sun Apr 14 22:28:50 2024 -0400
@@ -13,7 +13,6 @@
 AC_PROG_CC
 
 dnl Do we have a C++17 compiler
-: ${CXXFLAGS=""}
 AC_PROG_CXX
 AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])