Fix the windows build.
authorZoltan Varga <vargaz@gmail.com>
Wed, 4 Dec 2013 22:07:40 +0000 (23:07 +0100)
committerZoltan Varga <vargaz@gmail.com>
Wed, 4 Dec 2013 22:07:40 +0000 (23:07 +0100)
mono/metadata/Makefile.am.in

index 2df7f945429092f407ad84536511cc84489217fc..91073a5e704e528a7542cc4b6ba96077948b141d 100644 (file)
@@ -334,6 +334,8 @@ Makefile.am: Makefile.am.in
        cp $< $@
 endif
 
+if !HOST_WIN32
+
 test_sgen_qsort_SOURCES = test-sgen-qsort.c
 test_sgen_qsort_CFLAGS = $(SGEN_DEFINES)
 test_sgen_qsort_LDADD = libmonoruntimesgen.la ../io-layer/libwapi.la ../utils/libmonoutils.la \
@@ -353,3 +355,5 @@ endif
 noinst_PROGRAMS = test-sgen-qsort test-gc-memfuncs
 
 TESTS = test-sgen-qsort test-gc-memfuncs
+
+endif !HOST_WIN32