summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-09-18 05:12:37 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-09-18 05:12:37 +0000
commit5a8ebddcdf17d7fb6e99dd4df44428df972fbaf1 (patch)
treec214281a109d5a2be0c14d99c51e253b0559d4ac
parent12971cba169ae47f6b09e43af65abc5957d93d58 (diff)
downloadgnome-common-5a8ebddcdf17d7fb6e99dd4df44428df972fbaf1.tar.gz
Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menu
Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menu commit. Miguel. svn path=/trunk/; revision=391
-rw-r--r--macros/gnome-orbit-check.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-orbit-check.m4 b/macros/gnome-orbit-check.m4
index 85880dc..95f4eaa 100644
--- a/macros/gnome-orbit-check.m4
+++ b/macros/gnome-orbit-check.m4
@@ -12,9 +12,9 @@ AC_DEFUN([GNOME_ORBIT_HOOK],[
fi
else
$1
- ORBIT_INCLUDES=`orbit-config --cflags client server`
+ ORBIT_CFLAGS=`orbit-config --cflags client server`
ORBIT_LIBS=`orbit-config --libs client server`
- AC_SUBST(ORBIT_INCLUDES)
+ AC_SUBST(ORBIT_CFLAGS)
AC_SUBST(ORBIT_LIBS)
AC_DEFINE(HAVE_ORBIT)
fi