Fix building against the latest Nix
This commit is contained in:
@ -10,6 +10,8 @@ AC_PROG_LN_S
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_CXX
|
||||
|
||||
CXXFLAGS+=" -std=c++0x"
|
||||
|
||||
dnl Optional dependencies to build the manual, normally not needed
|
||||
dnl since the tarball comes with the PDF and HTML manuals.
|
||||
AC_PATH_PROG([DBLATEX], [dblatex])
|
||||
|
Reference in New Issue
Block a user