Do not abort on obj-c not being there
svn path=/trunk/; revision=301
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user