]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/gawk/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / gawk / Config.in
index d0213a7b46025d92674f1211af26b6fffc5a0cef..5b4d818b173f92fa7ce3d64661b0cbb0e5157f52 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_GAWK
        bool "gawk"
        depends on BR2_USE_WCHAR
        depends on BR2_USE_MMU # fork()
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          A special-purpose programming language which is data driven
          rather than procedural.  Allows for simple data-reformatting jobs
@@ -12,4 +12,4 @@ config BR2_PACKAGE_GAWK
 
 comment "gawk needs a toolchain w/ wchar, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+       depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS