From 38d85c646d22dc076ad5bb937a51a43e71c12f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 3 Aug 2003 18:53:42 +0000 Subject: [PATCH] fixed mmedia contrib to work if libesd is not present git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.h.in b/setup.h.in index 213526f425..3a3c6e9cab 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1160,6 +1160,9 @@ /* Define if you have the header file (mingw,cygwin). */ #undef HAVE_W32API_H +/* Define if you have the header file. */ +#undef HAVE_ESD_H + /* Define if you have wcsrtombs() function */ #undef HAVE_WCSRTOMBS