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:
Vadim Zeitlin 2014-06-19 22:11:33 +00:00
parent 1733903bfc
commit f2ee54fec0
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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