18685306 swig should switch to using ruby 1.9
authorRich Burridge <rich.burridge@oracle.com>
Wed, 30 Apr 2014 14:58:38 -0700
changeset 1865 d81c0c5a6628
parent 1864 9e62f492c72b
child 1866 adc9efff7406
18685306 swig should switch to using ruby 1.9
components/swig/Makefile
--- a/components/swig/Makefile	Wed Apr 30 09:30:49 2014 -0700
+++ b/components/swig/Makefile	Wed Apr 30 14:58:38 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -45,8 +45,6 @@
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS +=	CXXFLAGS="$(CXXFLAGS)"
 CONFIGURE_OPTIONS +=	--with-javaincl="$(JAVA_HOME)/include"
-# keep swig building with ruby 1.8 for now
-CONFIGURE_OPTIONS +=	--with-ruby=$(RUBY.1.8)
 
 ASLR_MODE = $(ASLR_ENABLE)