# HG changeset patch # User Nick Roberts # Date 1179629343 0 # Node ID 4e9aff6772cfc96d9dd4bd1ca0787ba628977fd9 # Parent ae304624e812e7fe731b0aa05e98ac8affeb79c1 (LIBGPM): Allow it to be set from configure. If set then link Emacs with it. diff -r ae304624e812 -r 4e9aff6772cf src/Makefile.in --- a/src/Makefile.in Sun May 20 02:47:36 2007 +0000 +++ b/src/Makefile.in Sun May 20 02:49:03 2007 +0000 @@ -460,6 +460,8 @@ LIBSOUND= @LIBSOUND@ CFLAGS_SOUND= @CFLAGS_SOUND@ +LIBGPM= @LIBGPM@ + #ifndef ORDINARY_LINK /* Fix linking if compiled with GCC. */ #ifdef __GNUC__ @@ -933,7 +935,7 @@ Note that SunOS needs -lm to come before -lc; otherwise, you get duplicated symbols. If the standard libraries were compiled with GCC, we might need gnulib again after them. */ -LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \ +LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) $(LIBGPM)\ LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ $(GNULIB_VAR)