Don't check HAVE_ALARM, which no longer exists.
authorMark H Weaver <mhw@netris.org>
Tue, 4 Feb 2014 04:09:23 +0000 (23:09 -0500)
committerMark H Weaver <mhw@netris.org>
Tue, 4 Feb 2014 04:09:23 +0000 (23:09 -0500)
commitc8e839cfeb647aca034b9bcd5a321d419dedca1f
tree776f0656b93f2ab2fcc02d2f5629b31350f85ab7
parent5e69ceb7a667377a61cb0c31d7ac20e245b3fafd
Don't check HAVE_ALARM, which no longer exists.

* libguile/scmsigs.c (scm_alarm): Remove check for HAVE_ALARM.
  Conditionalize only on HAVE_DECL_ALARM.
libguile/scmsigs.c