1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

fixed bugs in configure.in, removed

This commit is contained in:
kojima
2001-01-05 23:32:10 +00:00
parent f8c8382b1e
commit d9540f37bf
4 changed files with 12 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ if test "$ac_cv_prog_gcc" = yes; then
esac
changequote([,])dnl
if $host_os != "linux"; then
if test "$host_os" != "linux" -a "$host_os" != "linux-gnu" ; then
x86=0
fi
@@ -864,6 +864,7 @@ AC_OUTPUT(Makefile po/Makefile util/Makefile test/Makefile wmlib/Makefile \
WindowMaker/Styles/Makefile WindowMaker/Themes/Makefile \
WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
WPrefs.app/po/Makefile contrib/WindowMaker.spec )
# plugins/Makefile plugins/libwmfun/Makefile)