Skip to content

Commit a21193c

Browse files
committed
Make c++11 requirement dependent upon pckg-config.
1 parent 361711b commit a21193c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ AC_PROG_LIBTOOL
4545
# Compute the canonical host-system type variable host, including host_os.
4646
AC_CANONICAL_HOST
4747

48-
# Check for baseline language coverage in the compiler for the C++11 standard.
49-
AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
50-
5148
# Enable silent rules option.
5249
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
5350

0 commit comments

Comments
 (0)