From f2ee54fec0edde30886fcc5ddfa2f0847a71be25 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 19 Jun 2014 22:11:33 +0000 Subject: [PATCH] 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 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b5d13b0d1b..5e90aaabd8 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index ff3806c138..c09902997f 100644 --- a/configure.in +++ b/configure.in @@ -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