@@ -116,12 +116,6 @@ AC_ARG_ENABLE(
116116 [ disable tokens (required by XML format)] ) ,
117117 [ ] , [ enable_tokens="yes"] )
118118
119- AC_ARG_ENABLE (
120- obstack ,
121- AS_HELP_STRING ( [ --enable-obstack] ,
122- [ enable internal obstack (required on OS X)] ) ,
123- [ enable_obstack="yes"] , [ ] )
124-
125119AC_ARG_ENABLE (
126120 names ,
127121 AS_HELP_STRING ( [ --disable-names] ,
@@ -219,7 +213,6 @@ AM_CONDITIONAL([ENABLE_STRM], [test "$enable_streams" = "yes"])
219213AM_CONDITIONAL([ ENABLE_FMT] , [ test "$enable_formats" = "yes"] )
220214AM_CONDITIONAL([ ENABLE_HIDRD_CONVERT] , [ test "$enable_hidrd_convert" = "yes"] )
221215AM_CONDITIONAL([ ENABLE_TOKENS] , [ test "$enable_tokens" = "yes"] )
222- AM_CONDITIONAL([ ENABLE_OBSTACK] , [ test "$enable_obstack" = "yes"] )
223216AM_CONDITIONAL([ ENABLE_NAMES] , [ test "$enable_names" = "yes"] )
224217AM_CONDITIONAL([ ENABLE_FMT_XML] , [ test "$enable_xml_format" = "yes"] )
225218AM_CONDITIONAL([ ENABLE_FMT_SPEC] , [ test "$enable_spec_format" = "yes"] )
@@ -283,7 +276,6 @@ AC_CONFIG_FILES([Makefile
283276 include/hidrd/fmt/spec/snk/Makefile
284277 include/hidrd/fmt/code/Makefile
285278 include/hidrd/usage/Makefile
286- include/hidrd/obstack/Makefile
287279
288280 lib/Makefile
289281 lib/util/Makefile
@@ -304,7 +296,6 @@ AC_CONFIG_FILES([Makefile
304296 lib/fmt/spec/snk/Makefile
305297 lib/fmt/code/Makefile
306298 lib/usage/Makefile
307- lib/obstack/Makefile
308299
309300 src/Makefile] )
310301AC_OUTPUT
0 commit comments