Changeset 0c26a1 in git for m4/google-perftools.m4


Ignore:
Timestamp:
Oct 15, 2021, 4:09:30 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3551885a5d35f5d806aa9a27ec225b51933cd05c
Parents:
69185ceb2807ebeacfe2824621e4b70e2ed19642
Message:
Revert "update configure stuff": requires autoconf 2.7.1

This reverts commit 69185ceb2807ebeacfe2824621e4b70e2ed19642.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/google-perftools.m4

    r69185ce r0c26a1  
    2323    ac_google_perfdir='no'
    2424    AC_ARG_WITH(google-perftools,
    25         AS_HELP_STRING([--with-google-perftools=DIR],[location of a google perftools installation (default none)]),
     25        AC_HELP_STRING([--with-google-perftools=DIR],
     26            [location of a google perftools installation (default none)]),
    2627        ac_google_perfdir=$withval)
    2728
    2829    AC_ARG_ENABLE(google-profiling,
    29                   AS_HELP_STRING([--enable-google-profiling],[compile with google profiling]),
     30                  AC_HELP_STRING([--enable-google-profiling],
     31                  [compile with google profiling]),
    3032                  [google_profile=$enableval],
    3133                  [google_profile=no])
Note: See TracChangeset for help on using the changeset viewer.