diff options
| author | Gerd Moellmann | 2000-01-05 09:15:33 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-05 09:15:33 +0000 |
| commit | ef539202f1df64cd4216d41939d220ec0fbcdf15 (patch) | |
| tree | 56d5949481339e0c6bc3a4f91d9e4a3c0ac482ab /src/s | |
| parent | 8bd4b31e4521559d7ec5a822b3a6a5751eb9ae16 (diff) | |
| download | emacs-ef539202f1df64cd4216d41939d220ec0fbcdf15.tar.gz emacs-ef539202f1df64cd4216d41939d220ec0fbcdf15.zip | |
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
-L /usr/local/lib.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/freebsd.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 609e8222c06..0a344f9753b 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -145,7 +145,9 @@ | |||
| 145 | 145 | ||
| 146 | #define NARROWPROTO 1 | 146 | #define NARROWPROTO 1 |
| 147 | 147 | ||
| 148 | /* The following is needed to make `configure' find Xpm and Xaw3d | 148 | /* The following is needed to make `configure' find Xpm, Xaw3d and |
| 149 | headers, which are checked for with AC_CHECK_HEADER. */ | 149 | image include and library files if using /usr/bin/gcc. That |
| 150 | compiler seems to be modified to not find headers in | ||
| 151 | /usr/local/include or libs in /usr/local/lib by default. */ | ||
| 150 | 152 | ||
| 151 | #define C_SWITCH_SYSTEM -I /usr/X11R6/include | 153 | #define C_SWITCH_SYSTEM -I /usr/X11R6/include -I /usr/local/include -L /usr/local/lib |