Set OBJECTIVE_C shell variable.

Fri Feb 27 10:05:34 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
	variable.

svn path=/trunk/; revision=55
This commit is contained in:
Tom Tromey
1998-02-27 17:11:38 +00:00
committed by Tom Tromey
parent 7a87976a0e
commit 6891ee88bc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com>
* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
variable.
1998-02-26 Raja R Harinath <harinath@cs.umn.edu>
* gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in

View File

@ -45,6 +45,8 @@ EOF
])
AM_CONDITIONAL(OBJECTIVE_C, test x$ac_cv_prog_objc_works = xyes)
dnl Also set the shell variable OBJECTIVE_C to "yes" or "no".
OBJECTIVE_C=$ac_cv_prog_objc_works
])
AC_DEFUN([GNOME_INIT_OBJC],