1
1

Minor misspelling corrected: missing "test" after "if"

Этот коммит содержится в:
Pavel Machek 1998-05-12 08:24:36 +00:00
родитель 595c9f87d8
Коммит e5cbe1bb96

Просмотреть файл

@ -85,7 +85,7 @@ if test x$GCC = xyes; then
fi
dnl Debug mode is turned ON for now
if x$CCOPTS = x; then
if test x$CCOPTS = x; then
CCOPTS='-g'
fi