summaryrefslogtreecommitdiff
path: root/gnome-pty-helper/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-pty-helper/configure.in')
-rw-r--r--gnome-pty-helper/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnome-pty-helper/configure.in b/gnome-pty-helper/configure.in
index 73a400ed..16940ea8 100644
--- a/gnome-pty-helper/configure.in
+++ b/gnome-pty-helper/configure.in
@@ -45,6 +45,11 @@ case $host in
;;
esac
+AC_ARG_VAR([SUID_CFLAGS],
+ [CFLAGS used for binaries which are usually with the suid bit])
+AC_ARG_VAR([SUID_LDFLAGS],
+ [LDFLAGS used for binaries which are usually with the suid bit])
+
AC_CONFIG_FILES([Makefile])
AC_OUTPUT