mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-15 07:41:09 -08:00
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
-L /usr/local/lib.
This commit is contained in:
parent
8bd4b31e45
commit
ef539202f1
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue