Correct the name of the "preferences" sample in configure.
Fix building (all) samples under Unix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1733903bfc
commit
f2ee54fec0
2
configure
vendored
2
configure
vendored
@ -36045,7 +36045,7 @@ fi
|
||||
if test "$wxUSE_PREFERENCES_EDITOR" = "yes"; then
|
||||
$as_echo "#define wxUSE_PREFERENCES_EDITOR 1" >>confdefs.h
|
||||
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS prefseditor"
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS preferences"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
|
||||
|
@ -6825,7 +6825,7 @@ fi
|
||||
|
||||
if test "$wxUSE_PREFERENCES_EDITOR" = "yes"; then
|
||||
AC_DEFINE(wxUSE_PREFERENCES_EDITOR)
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS prefseditor"
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS preferences"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user