changeset 27169:88db110ec82e

(C_SWITCH_SYSTEM): Add -I /usr/local/include and -L /usr/local/lib.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 09:15:33 +0000
parents 5e539fd2679e
children 3cba3e588544
files src/s/freebsd.h
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/freebsd.h	Wed Jan 05 08:53:23 2000 +0000
+++ b/src/s/freebsd.h	Wed Jan 05 09:15:33 2000 +0000
@@ -145,7 +145,9 @@
 
 #define NARROWPROTO 1
 
-/* The following is needed to make `configure' find Xpm and Xaw3d
-   headers, which are checked for with AC_CHECK_HEADER.  */
+/* The following is needed to make `configure' find Xpm, Xaw3d and
+   image include and library files if using /usr/bin/gcc.  That
+   compiler seems to be modified to not find headers in
+   /usr/local/include or libs in /usr/local/lib by default.  */
 
-#define C_SWITCH_SYSTEM -I /usr/X11R6/include
+#define C_SWITCH_SYSTEM -I /usr/X11R6/include -I /usr/local/include -L /usr/local/lib