summaryrefslogtreecommitdiff
path: root/ext/mathn/complex/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mathn/complex/extconf.rb')
-rw-r--r--ext/mathn/complex/extconf.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/mathn/complex/extconf.rb b/ext/mathn/complex/extconf.rb
deleted file mode 100644
index 32f181f997..0000000000
--- a/ext/mathn/complex/extconf.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require "mkmf"
-
-$CPPFLAGS = "-DEXT_MATHN -DCANON -DCLCANON "
-
-create_makefile "mathn/complex"