diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c1b90e225b..a6e32cc3122 100644 --- a/configure.ac +++ b/configure.ac @@ -2730,7 +2730,7 @@ fi ## version number A.09.05. ## You can fix the math library by installing patch number PHSS_4630. ## But we can fix it more reliably for Emacs by just not using rint. -## We also skip HAVE_RANDOM - see comments in src/s/hpux10-20.h. +## We also skip HAVE_RANDOM - see comments in src/conf_post.h. case $opsys in hpux*) : ;; *) AC_CHECK_FUNCS(random rint) ;; |