diff options
author | TingPing <tngpng@gmail.com> | 2013-04-01 06:05:59 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-01 06:05:59 -0300 |
commit | d8409cae72977a10e33b13b9cb5f938743a74616 (patch) | |
tree | 43b4ec1a034ef9d38b155430590653ec636ec65a | |
parent | 083710d8d31303b38199839730df14492565fde0 (diff) |
add missing fi
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9b1a912d..196c1482 100644 --- a/configure.ac +++ b/configure.ac @@ -209,6 +209,7 @@ if test "$gtkfe" = yes ; then echo Cannot find GTK\! Not building GTK FrontEnd. echo fi +fi if test "$gtkfe" != yes; then gnome=no |