2005-04-27 Ben Maurer <bmaurer@ximian.com>
* configure.in: amd64 build fix svn path=/trunk/gtk-sharp/; revision=43690
This commit is contained in:
parent
c9e9fd56d8
commit
541d6f37a7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-04-27 Ben Maurer <bmaurer@ximian.com>
|
||||
|
||||
* configure.in: amd64 build fix
|
||||
|
||||
2005-04-26 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* gtkdotnet/Graphics.cs: Contribution from Sebastian Faltoni
|
||||
|
|
|
@ -72,7 +72,7 @@ MONO_REQUIRED_VERSION=1.0
|
|||
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
|
||||
|
||||
if test "x$has_mono" = "xtrue"; then
|
||||
GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(libdir)'
|
||||
GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(prefix)/lib'
|
||||
GENERATED_SOURCES=generated/*.cs
|
||||
AC_PATH_PROG(RUNTIME, mono, no)
|
||||
AC_PATH_PROG(CSC, mcs, no)
|
||||
|
|
Loading…
Reference in a new issue