]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Added Latex style file
[wxWidgets.git] / configure.in
index 230bcbdcb8c1b698c239f5cd6969e46be789cc06..03e14549627e9f8624f0fbaced44742ac1e14c74 100644 (file)
@@ -14,9 +14,9 @@ AC_DEFUN(AM_PATH_GTK,
 [dnl 
 dnl Get the cflags and libraries from the gtk-config script
 dnl
-AC_ARG_WITH(gtk-prefix,[**--with-gtk-prefix=PFX   Prefix where GTK is installed],
+AC_ARG_WITH(gtk-prefix,[**--with-gtk-prefix=PFX       Prefix where GTK is installed],
             gtk_config_prefix="$withval", gtk_config_prefix="")
-AC_ARG_WITH(gtk-exec-prefix,[**--with-gtk-exec-prefix=PFX Exec prefix where GTK is installed],
+AC_ARG_WITH(gtk-exec-prefix,[**--with-gtk-exec-prefix=PFX  Exec prefix where GTK is installed],
             gtk_config_exec_prefix="$withval", gtk_config_exec_prefix="")
 
   if test x$gtk_config_exec_prefix != x ; then
@@ -661,6 +661,7 @@ DEFAULT_USE_GDK_IMLIB=1
 DEFAULT_USE_LIBPNG=1
 DEFAULT_USE_ODBC=1
 
+DEFAULT_USE_COMBOBOX=1
 DEFAULT_USE_GAUGE=1
 DEFAULT_USE_SCROLLBAR=1
 DEFAULT_USE_LISTCTRL=1
@@ -787,6 +788,10 @@ AC_OVERRIDES(gauge,gauge,
 **--with-gauge            use wxGauge class,
 USE_GAUGE)
 
+AC_OVERRIDES(combobox,combobox,
+**--with-combobox         use wxComboBox class,
+USE_COMBOBOX)
+
 AC_OVERRIDES(scrollbar,scrollbar,
 **--with-scrollbar        use wxScrollbar class,
 USE_SCROLLBAR)
@@ -1130,6 +1135,10 @@ if test "$USE_GAUGE" = 1 ; then
   AC_DEFINE_UNQUOTED(USE_GAUGE,$USE_GAUGE)
 fi
 
+if test "$USE_COMBOBOX" = 1 ; then
+  AC_DEFINE_UNQUOTED(USE_COMBOBOX,$USE_COMBOBOX)
+fi
+
 if test "$USE_SCROLLBAR" = 1 ; then
   AC_DEFINE_UNQUOTED(USE_SCROLLBAR,$USE_SCROLLBAR)
 fi
@@ -1547,6 +1556,6 @@ dnl add OS to list of configured
 echo $OS >> system.list
 
 AC_CONFIG_HEADER(./include/wx/gtk/setup.h:./setup/setup.hin)
-AC_OUTPUT(./setup/substit,./setup/general/createall)
+AC_OUTPUT(./setup/substit ./wx-config:./wx-config.in,./setup/general/createall)
 
 AC_OVERRIDES_DONE