diff options
| author | Glenn Morris | 2012-07-31 14:39:38 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 14:39:38 -0400 |
| commit | 5af2266c44c97dedb2b713a6ea95b184d68e52f3 (patch) | |
| tree | 7f6d7ab358ba143c21180e141bf2cc16cc62528b | |
| parent | 4515017f63ee7dad0f7e714022e21e555d372c25 (diff) | |
| download | emacs-5af2266c44c97dedb2b713a6ea95b184d68e52f3.tar.gz emacs-5af2266c44c97dedb2b713a6ea95b184d68e52f3.zip | |
Comment
| -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 | |||
| 2730 | ## version number A.09.05. | 2730 | ## version number A.09.05. |
| 2731 | ## You can fix the math library by installing patch number PHSS_4630. | 2731 | ## You can fix the math library by installing patch number PHSS_4630. |
| 2732 | ## But we can fix it more reliably for Emacs by just not using rint. | 2732 | ## But we can fix it more reliably for Emacs by just not using rint. |
| 2733 | ## We also skip HAVE_RANDOM - see comments in src/s/hpux10-20.h. | 2733 | ## We also skip HAVE_RANDOM - see comments in src/conf_post.h. |
| 2734 | case $opsys in | 2734 | case $opsys in |
| 2735 | hpux*) : ;; | 2735 | hpux*) : ;; |
| 2736 | *) AC_CHECK_FUNCS(random rint) ;; | 2736 | *) AC_CHECK_FUNCS(random rint) ;; |