Remove makecontext stuff; not used in 0.10 and causes problems on

Original commit message from CVS:
* common/m4/gst-makecontext.m4:
* common/m4/gst-mcsc.m4:
* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
Remove makecontext stuff; not used in 0.10 and causes problems on
HPUX according to bug #322441
This commit is contained in:
Michael Smith 2005-12-09 15:09:42 +00:00
parent 7412c36419
commit 5bff908d58
4 changed files with 1 additions and 15 deletions

2
common

@ -1 +1 @@
Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
Subproject commit 8678649bd612dcd040126bdcfb3a640974c86950

View file

@ -320,14 +320,6 @@ dnl check for mmap()
AC_FUNC_MMAP
AM_CONDITIONAL(HAVE_MMAP, test "x$ac_cv_func_mmap_fixed_mapped" = "xyes")
dnl common/m4/gst-mcsc.m4
dnl check for makecontext and define HAVE_MAKECONTEXT if we have it
AC_CHECK_MCSC
if test "$ac_cv_check_mcsc" = "yes"; then
AC_DEFINE_UNQUOTED(HAVE_MAKECONTEXT, 1,
[defined if we have makecontext ()])
fi
dnl Check for a way to display the function name in debug output
GST_CHECK_FUNCTION

View file

@ -111,9 +111,6 @@
/* Define if libxml2 is available */
#define HAVE_LIBXML2 1
/* defined if we have makecontext () */
#undef HAVE_MAKECONTEXT
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

View file

@ -111,9 +111,6 @@
/* Define if libxml2 is available */
#define HAVE_LIBXML2 1
/* defined if we have makecontext () */
#undef HAVE_MAKECONTEXT
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H