~unity-team/nux/bionic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bileto Bot
  • Author(s): Eleni Maria Stea, Eleni Maria Stea
  • Date: 2017-01-10 14:29:17 UTC
  • mfrom: (881.2.4 nux.fixed-smart-ptr)
  • Revision ID: ci-train-bot@canonical.com-20170110142917-4ba4i21mozq13pmm
replaced std::shared_ptr with boost::shared_ptr to fix compile errors

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
dnl ===========================================================================
94
94
 
95
95
# Checks for programs
 
96
AM_CXXFLAGS-"$CXXFLAGS -std=c++0x"
96
97
AC_PROG_CC_C99
97
98
AC_PROG_CXX
98
99
AM_PROG_CC_C_O