summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-08-05 23:21:28 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-08-05 23:21:28 +0000
commit5b23f31274db3148e10630b0ffac51c442845171 (patch)
tree28420d052c0027eaa97cfce580beab59268d5fed
parentb62453663ad9145747e458c515330a515b5ff93f (diff)
downloadgnome-common-5b23f31274db3148e10630b0ffac51c442845171.tar.gz
Do not abort on obj-c not being there
svn path=/trunk/; revision=322
-rw-r--r--macros/gnome-objc-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-objc-checks.m4 b/macros/gnome-objc-checks.m4
index 45338d3..609a9df 100644
--- a/macros/gnome-objc-checks.m4
+++ b/macros/gnome-objc-checks.m4
@@ -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)