Fixes for release.
Fixes for release. svn path=/trunk/; revision=695
This commit is contained in:
@ -58,10 +58,10 @@ EOF
|
||||
AC_DEFUN([GNOME_INIT_OBJC],
|
||||
[
|
||||
AC_MSG_CHECKING(for an obGnomeConf.sh)
|
||||
my_gnome_prefix=`$GNOME_CONFIG --prefix`
|
||||
if test -f $my_gnome_prefix/obGnomeConf.sh; then
|
||||
. $my_gnome_prefix/obGnomeConf.sh
|
||||
AC_MSG_RESULT(found)
|
||||
my_gnome_libdir=`$GNOME_CONFIG --libdir`
|
||||
if test -f $my_gnome_libdir/obGnomeConf.sh; then
|
||||
. $my_gnome_libdir/obGnomeConf.sh
|
||||
AC_MSG_RESULT(found $my_gnome_libdir)
|
||||
else
|
||||
AC_MSG_RESULT(not found)
|
||||
AC_MSG_WARN(Could not find the obGnomeConf.sh file that is generated by gnome-objc install)
|
||||
|
Reference in New Issue
Block a user