UL_ENABLE_ALIAS([script], [scriptutils])
UL_BUILD_INIT([script])
-UL_REQUIRES_HAVE([script], [pty])
+UL_REQUIRES_HAVE([script], [pty], [openpty function (libutil)])
AM_CONDITIONAL([BUILD_SCRIPT], [test "x$build_script" = xyes])
UL_ENABLE_ALIAS([scriptreplay], [scriptutils])
UL_ENABLE_ALIAS([scriptlive], [scriptutils])
UL_BUILD_INIT([scriptlive])
-UL_REQUIRES_HAVE([scriptlive], [pty])
+UL_REQUIRES_HAVE([scriptlive], [pty], [openpty function (libutil)])
AM_CONDITIONAL([BUILD_SCRIPTLIVE], [test "x$build_scriptlive" = xyes])