From 94715ef7184e5aa1e8b66d1e4286cd373fa62a5b Mon Sep 17 00:00:00 2001 From: Manish Vachharajani Date: Sun, 28 Jun 1998 22:37:56 +0000 Subject: [PATCH] Fixed a typo for determining gtop libs --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ef605d8e..ce320244 100644 --- a/configure.in +++ b/configure.in @@ -186,7 +186,7 @@ fi AC_SUBST(libgtop_want_guile_names) -LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_common $ibs_xauth" +LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_common $libs_xauth" LIBGTOP_GUILE_LIBS="$LIBGTOP_GUILE_LIBS -lgtop_common $libs_xauth" if test "x$need_server" = "xyes" ; then