mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c60b1ce73
commit
dcf77d5c3f
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -2520,7 +2520,7 @@ fi
|
|||
fi
|
||||
|
||||
|
||||
#if test "x$GRAPHIC_LIBS" = x; then
|
||||
if test "x$GRAPHIC_LIBS" = x; then
|
||||
GRAPHIC_CFLAGS="$X_CFLAGS"
|
||||
GRAPHIC_LFLAGS="$X_LIBS"
|
||||
GRAPHIC_LIBS="-lXext -lX11 $X_EXTRA_LIBS"
|
||||
|
@ -2571,7 +2571,7 @@ fi
|
|||
if test $have_xmu = 1; then
|
||||
GRAPHIC_LIBS="-lXmu ${GRAPHIC_LIBS}"
|
||||
fi
|
||||
#fi
|
||||
fi
|
||||
if test -r $x_includes/X11/DPS; then
|
||||
GRAPHIC_CFLAGS="-I$x_includes/X11 $GRAPHIC_CFLAGS"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue