File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12978,7 +12978,9 @@ if test "$enable_canberra" = "yes"; then
12978
12978
$as_echo_n " checking for libcanberra... " >&6 ; }
12979
12979
ac_save_CFLAGS=" $CFLAGS "
12980
12980
ac_save_LIBS=" $LIBS "
12981
- CFLAGS=" $CFLAGS $canberra_cflags "
12981
+ if ` echo " $CFLAGS " | grep -v " $canberra_cflags " > /dev/null` ; then
12982
+ CFLAGS=" $CFLAGS $canberra_cflags "
12983
+ fi
12982
12984
LIBS=" $LIBS $canberra_lib "
12983
12985
cat confdefs.h - << _ACEOF >conftest.$ac_ext
12984
12986
/* end confdefs.h. */
@@ -14960,7 +14962,7 @@ $as_echo "no" >&6; }
14960
14962
fi
14961
14963
fi
14962
14964
14963
- if ` echo " $CFLAGS " | grep -v D_XEENTRANT > /dev/null` ; then
14965
+ if ` echo " $CFLAGS " | grep -v D_REENTRANT > /dev/null` ; then
14964
14966
CFLAGS=" $CFLAGS -D_REENTRANT"
14965
14967
fi
14966
14968
Original file line number Diff line number Diff line change @@ -3756,7 +3756,9 @@ if test "$enable_canberra" = "yes"; then
3756
3756
AC_MSG_CHECKING ( for libcanberra )
3757
3757
ac_save_CFLAGS="$CFLAGS"
3758
3758
ac_save_LIBS="$LIBS"
3759
- CFLAGS="$CFLAGS $canberra_cflags"
3759
+ if `echo "$CFLAGS" | grep -v "$canberra_cflags" >/dev/null`; then
3760
+ CFLAGS="$CFLAGS $canberra_cflags"
3761
+ fi
3760
3762
LIBS="$LIBS $canberra_lib"
3761
3763
AC_TRY_LINK ( [
3762
3764
# include <canberra.h>
Original file line number Diff line number Diff line change @@ -755,6 +755,8 @@ static char *(features[]) =
755
755
756
756
static int included_patches [] =
757
757
{ /* Add new patch number below this line */
758
+ /**/
759
+ 3420 ,
758
760
/**/
759
761
3419 ,
760
762
/**/
You can’t perform that action at this time.
0 commit comments