Skip to content

Commit

Permalink
WebKitGTK+ 專案已經更名為 WebKitGTK
Browse files Browse the repository at this point in the history
  • Loading branch information
lantw44 committed Aug 19, 2019
1 parent 4e443c0 commit 86051d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CEIBA 網頁做出來的。


== 選擇性需求
- https://webkitgtk.org/[WebKitGTK+],
- https://webkitgtk.org/[WebKitGTK],
只有支援 Unix-like 作業系統,用來在登入輔助程式顯示網頁。
- 任何一個 Autoconf 和 Automake 支援使用的 C 編譯器,
這只有在編譯登入輔助程式的時候會用到。
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AM_SILENT_RULES([yes])

AC_ARG_ENABLE([helper-webkitgtk],
[AC_HELP_STRING([--disable-helper-webkitgtk],
[Disable WebKitGTK+-based login helper])],
[Disable WebKitGTK-based login helper])],
[enable_helper_webkitgtk="$enableval"],
[enable_helper_webkitgtk="yes"])
AM_CONDITIONAL([ENABLE_HELPER_WEBKITGTK], [test "$enable_helper_webkitgtk" = "yes"])
Expand Down Expand Up @@ -43,15 +43,15 @@ if test "$enable_helper_webkitgtk" = "yes"; then
PKG_CHECK_MODULES([WEBKITGTK], [webkit2gtk-4.0 >= 2.20], [],
[AC_MSG_ERROR([
WebKitGTK+ library cannot be found (Filename: webkit2gtk-4.0.pc)
WebKitGTK library cannot be found (Filename: webkit2gtk-4.0.pc)
If you don't want to use the WebKitGTK+-based login helper program,
If you don't want to use the WebKitGTK-based login helper program,
please pass --disable-helper-webkitgtk to the configure script.
])])
AC_FUNC_FORK
if test "$ac_cv_func_fork_works" '!=' "yes"; then
AC_MSG_ERROR([WebKitGTK+-based login helper requires a working fork function])
AC_MSG_ERROR([WebKitGTK-based login helper requires a working fork function])
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion helpers/helper-webkitgtk.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* NTU CEIBA login helper program - WebKitGTK+-based version
* NTU CEIBA login helper program - WebKitGTK-based version
* Copyright (C) 2017 Ting-Wei Lan
*
* This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 86051d2

Please sign in to comment.