X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=m4%2Fintdiv0.m4;h=289c4df5eda53b3afa4dd96d11149c42f69178d6;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=8c8a67084ff5376fc5a0a7c459e9e8422c131d6c;hpb=974a399a24723d1ee6ac4ee5b69b186cd47c0e31;p=vlc diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4 index 8c8a67084f..289c4df5ed 100644 --- a/m4/intdiv0.m4 +++ b/m4/intdiv0.m4 @@ -1,5 +1,5 @@ -# intdiv0.m4 serial 2 (gettext-0.17) -dnl Copyright (C) 2002, 2007 Free Software Foundation, Inc. +# intdiv0.m4 serial 3 (gettext-0.18) +dnl Copyright (C) 2002, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -61,7 +61,7 @@ int main () nan = y / y; exit (1); } -], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no, +], [gt_cv_int_divbyzero_sigfpe=yes], [gt_cv_int_divbyzero_sigfpe=no], [ # Guess based on the CPU. changequote(,)dnl @@ -79,6 +79,6 @@ changequote([,])dnl *yes) value=1;; *) value=0;; esac - AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value, + AC_DEFINE_UNQUOTED([INTDIV0_RAISES_SIGFPE], [$value], [Define if integer division by zero raises signal SIGFPE.]) ])