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
1297812978$as_echo_n " checking for libcanberra... " >&6 ; }
1297912979 ac_save_CFLAGS=" $CFLAGS "
1298012980 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
1298212984 LIBS=" $LIBS $canberra_lib "
1298312985 cat confdefs.h - << _ACEOF >conftest.$ac_ext
1298412986/* end confdefs.h. */
@@ -14960,7 +14962,7 @@ $as_echo "no" >&6; }
1496014962 fi
1496114963fi
1496214964
14963- if ` echo " $CFLAGS " | grep -v D_XEENTRANT > /dev/null` ; then
14965+ if ` echo " $CFLAGS " | grep -v D_REENTRANT > /dev/null` ; then
1496414966 CFLAGS=" $CFLAGS -D_REENTRANT"
1496514967fi
1496614968
Original file line number Diff line number Diff line change @@ -3756,7 +3756,9 @@ if test "$enable_canberra" = "yes"; then
37563756 AC_MSG_CHECKING ( for libcanberra )
37573757 ac_save_CFLAGS="$CFLAGS"
37583758 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
37603762 LIBS="$LIBS $canberra_lib"
37613763 AC_TRY_LINK ( [
37623764 # include <canberra.h>
Original file line number Diff line number Diff line change @@ -755,6 +755,8 @@ static char *(features[]) =
755755
756756static int included_patches [] =
757757{ /* Add new patch number below this line */
758+ /**/
759+ 3420 ,
758760/**/
759761 3419 ,
760762/**/
You can’t perform that action at this time.
0 commit comments