* configure.ac: Add check for "etext".

* configure, config.in: Regenerate.
        * maint.c (TEXTEND): Only define if either _etext or etext
        are available.
        Disable the profiling functionality if TEXTEND is not defined.
This commit is contained in:
Joel Brobecker
2007-09-19 22:00:34 +00:00
parent bc56b3fb3a
commit 01fe12f6fb
5 changed files with 87 additions and 3 deletions

View File

@@ -113,6 +113,9 @@
/* Define if ELF support should be included. */
#undef HAVE_ELF
/* Define to 1 if your system has the etext variable. */
#undef HAVE_ETEXT
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK