Skip to content

Commit 6bdd629

Browse files
committed
try different name
1 parent 4ab1d9c commit 6bdd629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/proj4_c_impl/extconf.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
require "mkmf"
1414

15-
with_system_headers = with_config("system-headers", default = true)
16-
with_system_libs = with_config("system-libs", default = true)
15+
with_default_header_paths = with_config("default-header-paths", default = true)
16+
with_default_lib_paths = with_config("default-lib-paths", default = true)
1717

1818
header_dirs_ = [ ::RbConfig::CONFIG["includedir"] ]
19-
if with_system_headers
19+
if with_default_header_paths
2020
header_dirs_.push(
2121
"/usr/local/include",
2222
"/usr/local/proj/include",
@@ -31,7 +31,7 @@
3131
end
3232

3333
lib_dirs_ = [ ::RbConfig::CONFIG["libdir"] ]
34-
if with_system_libs
34+
if with_default_lib_paths
3535
lib_dirs_.push(
3636
"/usr/local/lib",
3737
"/usr/local/lib64",

0 commit comments

Comments
 (0)