Skip to content

Commit

Permalink
I had LIBRT check backasswards.
Browse files Browse the repository at this point in the history
CVS patchset: 1381
CVS date: 2002/09/30 17:53:12

--HG--
extra : convert_revision : 8d070d43a35f127a5bd7fac3d688f98724f897bf
  • Loading branch information
msoffen committed Sep 30, 2002
1 parent de76a4b commit b2ba529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -7,7 +7,7 @@ dnl added by Michael Moerz <e9625136@stud3.tuwien.ac.at> February 2001
dnl Initialiase, with sanity check of a unique file in the hierarchy
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
AC_REVISION($Revision: 1.140 $) dnl cvs revision
AC_REVISION($Revision: 1.141 $) dnl cvs revision
AC_CANONICAL_HOST

dnl Some scripts require options to "echo"
Expand Down Expand Up @@ -372,9 +372,9 @@ AC_CHECK_LIB(dl, dlopen) dnl -ldl (for Linux)
AC_CHECK_LIB(rt, sched_getscheduler) dnl -lrt (for Tru64)

if "$HAVE_LIBRT" = ""; then
LIBRT=-lrt
else
LIBRT=""
else
LIBRT=-lrt
fi
AC_SUBST(LIBRT)
#
Expand Down

0 comments on commit b2ba529

Please sign in to comment.