Do not abort on obj-c not being there
authorArturo Espinosa <unammx@src.gnome.org>
Wed, 5 Aug 1998 23:21:28 +0000 (23:21 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Wed, 5 Aug 1998 23:21:28 +0000 (23:21 +0000)
svn path=/trunk/; revision=322

macros/gnome-objc-checks.m4

index 45338d3..609a9df 100644 (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)