Do not abort on obj-c not being there

svn path=/trunk/; revision=301
This commit is contained in:
Arturo Espinosa
1998-08-05 23:21:28 +00:00
parent 6c3c0efea6
commit 56d9c43fd9

View File

@ -60,7 +60,7 @@ AC_DEFUN([GNOME_INIT_OBJC],
AC_MSG_RESULT(found)
else
AC_MSG_RESULT(not found)
AC_MSG_ERROR(Could not find the obGnomeConf.sh file that is generated by gnome-objc install)
AC_MSG_WARN(Could not find the obGnomeConf.sh file that is generated by gnome-objc install)
fi
AC_SUBST(OBGNOME_INCLUDEDIR)
AC_SUBST(OBGNOME_LIBS)