From bfced5eceeff3654b2d4e66f88a35da729043b45 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Fri, 19 Nov 1999 08:00:23 +0000 Subject: [PATCH] Automated update git-svn-id: svn://10.0.0.236/trunk@53984 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index c521fc64671..a8d6e2c9d79 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -9564,7 +9564,7 @@ MOZ_TIMER_LIBS='$(DIST)/lib/libtimer_s.a' # Beos needs to link the timer in dynamically case "$target" in *-beos*) - MOZ_TIMER_LIBS=$(DIST)/lib/libtimer_beos.so + MOZ_TIMER_LIBS=-ltimer_beos ;; esac