]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jan 2000 09:15:33 +0000 (09:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jan 2000 09:15:33 +0000 (09:15 +0000)
-L /usr/local/lib.

src/s/freebsd.h

index 609e8222c066b39789f22f659b079179b69482ed..0a344f9753bdc96c151e7bf79460b893b3ae0b04 100644 (file)
 
 #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