]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 23 Mar 2010 02:47:41 +0000 (19:47 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 23 Mar 2010 02:47:41 +0000 (19:47 -0700)
src/ChangeLog
src/s/gnu-linux.h

index f8fbdec350b870456bae024b834aa8224158051c..82a06956800560c83c2caea67e796cc593446d14 100644 (file)
@@ -1,5 +1,7 @@
 2010-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
+
        Simplify LIBS_MACHINE definitions.
        * m/hp800.h (LIBS_MACHINE): Remove, same as default.
        * m/iris4d.h (LIBS_MACHINE): Likewise.
index ae2eaa43c06946a6e54684f3f8e24d9606790363..0c198de26d8844ab441d56adcafdb65388aa4ad8 100644 (file)
@@ -207,9 +207,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define C_DEBUG_SWITCH
 #endif
 
-/* alane@wozzle.linet.org says that -lipc is not a separate library,
-   since libc-4.4.1.  So -lipc was deleted.  */
-#define LIBS_SYSTEM
 /* _BSD_SOURCE is redundant, at least in glibc2, since we define
    _GNU_SOURCE.  Left in in case it's relevant to libc5 systems and
    anyone's still using Emacs on those.  --fx 2002-12-14  */