]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
implement date events here if wxDatePickerCtrl is not used (as we need them too)
[wxWidgets.git] / configure
index a973dfea6852e34713d35e412a322f1607136a80..207fd11430dd0406354445989e6d0cf26aed6dd3 100755 (executable)
--- a/configure
+++ b/configure
@@ -22151,7 +22151,6 @@ fi
 
 
 if test "$wxUSE_LIBMSPACK" != "no"; then
-
     if test "${ac_cv_header_mspack_h+set}" = set; then
   echo "$as_me:$LINENO: checking for mspack.h" >&5
 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
     fi
     if test "x$MSPACK_LINK" = "x" ; then
         wxUSE_LIBMSPACK=no
-    else
-        cat >>confdefs.h <<\_ACEOF
+    fi
+fi
+
+if test "$wxUSE_LIBMSPACK" != "no"; then
+    cat >>confdefs.h <<\_ACEOF
 #define wxUSE_LIBMSPACK 1
 _ACEOF
 
-    fi
 fi
 
 
 
 
 if test "$wxUSE_GUI" = "yes"; then
-  cat >>confdefs.h <<\_ACEOF
+    cat >>confdefs.h <<\_ACEOF
 #define wxUSE_GUI 1
 _ACEOF
 
 
-                      fi
+                                            fi
 
 
 if test "$wxUSE_UNIX" = "yes"; then