Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #502 from hotosm/timer
Browse files Browse the repository at this point in the history
fix: timer.hpp got moved, and in the latest Ubuntu, it's now an error
  • Loading branch information
emi420 authored May 27, 2024
2 parents 6438cff + c612ea7 commit b89ccee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/ax_boost_timer.m4
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ AC_DEFUN([AX_BOOST_TIMER],
[AC_LANG_PUSH([C++])
CXXFLAGS_SAVE=$CXXFLAGS
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <boost/timer.hpp>]],
[[boost::timer timer;]])],
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <boost/timer/timer.hpp>]],
[[boost::timer::auto_cpu_timer t;]])],
ax_cv_boost_timer=yes, ax_cv_boost_timer=no)
CXXFLAGS=$CXXFLAGS_SAVE
AC_LANG_POP([C++])
Expand Down

0 comments on commit b89ccee

Please sign in to comment.