summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-30 20:08:16 +0000
committerJim Blandy <jimb@redhat.com>1993-05-30 20:08:16 +0000
commita20e1eeaf4a68c1f6588cd1fd1af587034ce4cf6 (patch)
treed80fea905cf8b4ae04fabb11b089854535944bc6 /src
parentd0214c2daaa64acf1839ce8b985148b7d28bf4e6 (diff)
downloademacs-a20e1eeaf4a68c1f6588cd1fd1af587034ce4cf6.tar.gz
* s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
* m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrs6000.h2
-rw-r--r--src/s/aix3-2.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 2667613bb8f..a135559884a 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -117,7 +117,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define OBJECTS_MACHINE hftctl.o
#define C_SWITCH_MACHINE -D_BSD
-/* cdfwz@r2d2.giss.nasa.gov says -lIM -liconv is needed. */
+/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
#define LIBS_MACHINE -lrts -lIM -liconv
#define START_FILES
#define HAVE_SYSVIPC
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index e789a8a7a28..45c64a17012 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -19,8 +19,3 @@
3.2, and a cc-compiled Emacs works with this undefined.
--karl@cs.umb.edu. */
#undef SYSTEM_MALLOC
-
-/*
- IBM's X11R5 use these libraries in AIX 3.2.2. */
-
-#define LIBS_SYSTEM -lIM -liconv