diff options
author | Slávek Banko <[email protected]> | 2022-01-28 01:46:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-28 09:34:53 +0100 |
commit | a9e0c7eb508ebea59f1fc26d4a6858c4b6feea3e (patch) | |
tree | 19e6bfb6b4ba71be46a7bdcb3d0f2344cd202488 | |
parent | 64960434843c77f8ac0981c2151bd1c4b4d806a1 (diff) | |
download | admin-a9e0c7eb508ebea59f1fc26d4a6858c4b6feea3e.tar.gz admin-a9e0c7eb508ebea59f1fc26d4a6858c4b6feea3e.zip |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a7f75ac0ff587d5b8694a1b78557597161f8104c)
-rw-r--r-- | configure.in.min | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in.min b/configure.in.min index 9e52090..d10df67 100644 --- a/configure.in.min +++ b/configure.in.min @@ -46,6 +46,7 @@ AC_CONFIG_HEADER(config.h) dnl at the distribution this done dnl Checks for programs. AC_PROG_CC AC_PROG_CXX +TDE_CXX_COMPILE_STDCXX(11) AC_CHECK_COMPILERS AC_ENABLE_SHARED(yes) AC_ENABLE_STATIC(no) |