about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-24 00:36:23 +0000
committerJames Booth <boothj5@gmail.com>2016-02-24 00:36:23 +0000
commit2783c84a135678227cedc92b9cad314a39ab7fac (patch)
tree7c5984e0cf6466e0fed03f6c44a8451f4c650a1f /src/main.c
parent0fc0b3eeecccface462733f42b3acb636bcd3622 (diff)
downloadprofani-tty-2783c84a135678227cedc92b9cad314a39ab7fac.tar.gz
Added python support to -v
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index be5191da..147d0b11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -130,6 +130,12 @@ main(int argc, char **argv)
         g_print("C plugins: Disabled\n");
 #endif
 
+#ifdef PROF_HAVE_PYTHON
+        g_print("Python plugins: Enabled\n");
+#else
+        g_print("Python plugins: Disabled\n");
+#endif
+
         return 0;
     }