X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=a9018e12b8b7373350d1a9fa237c8adbe738d24c;hp=d591ee7af3ec31d99fe4cbc41870831b7e0d36f8;hb=64bd443538f57ad1bdff6c6b35953e72141129b2;hpb=bc2bc12125d6c223d2935557e01926fe21166e38 diff --git a/configure.ac b/configure.ac index d591ee7..a9018e1 100644 --- a/configure.ac +++ b/configure.ac @@ -125,6 +125,8 @@ if test x$profile = xyes then CFLAGS="$CFLAGS -pg" CXXFLAGS="$CXXFLAGS -pg" + AC_DEFINE([PROFILING_ENABLED], 1, + [Define to 1 if profiling is built in.]) fi if test x$extra_warnings = xyes