configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and not needed.
authorMichael Smith <msmith@xiph.org>
Tue, 22 Jul 2008 18:12:54 +0000 (18:12 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 22 Jul 2008 18:12:54 +0000 (18:12 +0000)
commit5b9b2e7779f22c78864496f6c568ddb8f951a4b5
tree271eb987d90c1ded0bbd3eb88dcccd509ceaf4e1
parent14983d18107a20575aa8443205d9826cec999787
configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and not needed.

Original commit message from CVS:
* configure.ac:
Remove AC_ISC_POSIX macro; it's broken on some platforms and not needed.
Add check (taken from -base) for winsock, adds WIN32_LIBS
* gst/Makefile.am:
Add WIN32_LIBS to LIBADD for libgstreamer. Needed now that gstpoll uses
winsock.
Define GST_EXPORTS when building libgstreamer (only used on win32)
* gst/gst_private.h:
* gst/gstinfo.h:
Use GST_EXPORT instead of locally-defined (and incorrect IMPORT_SYMBOL)
for symbols that we need to export in both these files.
* gst/gstpoll.c:
Include gst_private.h higher up to avoid some compile problems on win32.
ChangeLog
configure.ac
gst/Makefile.am
gst/gst_private.h
gst/gstinfo.h
gst/gstpoll.c