mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Oops, missed one.
This commit is contained in:
parent
37ad61be4d
commit
3960e1e460
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ dnl ==================================================================
|
|||
|
||||
AC_MSG_CHECKING(for libz.a in X11)
|
||||
need_abs_libz=no
|
||||
for d in $(echo $X_LIBS | sed -e 's/-L//'); do
|
||||
for d in `echo $X_LIBS | sed -e 's/-L//'`; do
|
||||
if test -f $d/libz.a; then
|
||||
need_abs_libz=yes
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue