]> granicus.if.org Git - graphviz/commitdiff
remove unistd.h check in plugin.demo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 13 Apr 2022 06:31:22 +0000 (23:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Apr 2022 15:52:41 +0000 (08:52 -0700)
Nothing in plugin.demo uses unistd.h anymore.

Gitlab: #2204

plugin.demo/xgtk/configure.ac

index 2377e991462791f9526b8645e739976af1d8a8a0..f3566d243bc81673edbb0b2947e934f169142dad 100644 (file)
@@ -71,7 +71,7 @@ AM_CONDITIONAL(WITH_GTK, [test "x$use_gtk" = "xYes"])
 
 # Checks for header files.
 AC_PATH_X
-AC_CHECK_HEADERS([inttypes.h libintl.h stdint.h string.h unistd.h])
+AC_CHECK_HEADERS([inttypes.h libintl.h stdint.h string.h])
 
 # Checks for typedefs, structures, and compiler characteristics.