]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/configure.in
fixed loading of resource from ZIP files on MacOS
[wxWidgets.git] / contrib / configure.in
index 30478314727413b8edc473126fc5976754de0c94..2f89f72d27b2aa5af839e2aa3cef2275e9466b42 100644 (file)
@@ -3,6 +3,12 @@ AC_REVISION($Id$)dnl
 
 AC_INIT(Makefile.in)
 
+dnl we need the values the main configure determined for us, so refuse
+dnl to run if we don't have them
+if test "x$wx_cv_path_ifs" = "x"; then
+    AC_MSG_ERROR([Please run configure from the top level directory.])
+fi
+
 dnl ---------------
 dnl MMedia specific
 dnl ---------------
@@ -53,7 +59,6 @@ AC_OUTPUT([
             src/stc/Makefile
             src/svg/Makefile       
             src/xrc/Makefile
-            src/canvas/Makefile
             src/gizmos/Makefile
             src/plot/Makefile
             src/applet/Makefile
@@ -66,9 +71,6 @@ AC_OUTPUT([
             samples/ogl/studio/Makefile
             samples/stc/Makefile
             samples/svg/Makefile
-            samples/canvas/Makefile
-            samples/canvas/test/Makefile
-            samples/canvas/simple/Makefile
             samples/gizmos/Makefile
             samples/gizmos/editlbox/Makefile
             samples/gizmos/dynsash/Makefile