1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 23:21:12 +02:00

Make sure search string is unique

This commit is contained in:
Leland Lucius
2015-07-28 18:05:38 -05:00
parent 3c1b36d72e
commit cf27c619da
2 changed files with 6 additions and 6 deletions

6
configure vendored
View File

@@ -19765,7 +19765,7 @@ _ACEOF
for ac_prog in wx-config wx-config-3.0
for ac_prog in $WX_CONFIG wx-config wx-config-3.0
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -23485,12 +23485,12 @@ $as_echo_n "checking for gtk3 use in wxWidgets... " >&6; }
/* end confdefs.h. */
#include <wx/wx.h>
#if defined(__WXGTK3__)
yes
wxWidgets built with GTK3
#endif
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "yes" >/dev/null 2>&1; then :
$EGREP "wxWidgets built with GTK3" >/dev/null 2>&1; then :
enable_gtk3=yes
else
enable_gtk3=no