diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-01-02 07:37:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 07:37:02 +0100 |
commit | 720c17f89d2cf06927f5ea14b5b8cde676cc0726 (patch) | |
tree | 4a7505d175753df83ea9efed73aad94997fa424f | |
parent | 8c52f8ea9db6aba495bff7c9b7511a5a5420efab (diff) | |
parent | 97b2a336ff3c24c56235110f3c457b88f5a51f33 (diff) |
Merge pull request #7476 from trofi/allow-external-CXXFLAGS
configure.ac: don't clobber CFLAGS=/CXXFLAGS= and allow users to pass…
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c0e989d85..1b0d6fd27 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,6 @@ AC_DEFINE_UNQUOTED(SYSTEM, ["$system"], [platform identifier ('cpu-os')]) test "$localstatedir" = '${prefix}/var' && localstatedir=/nix/var -CFLAGS= -CXXFLAGS= AC_PROG_CC AC_PROG_CXX AC_PROG_CPP |