summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/sclient/configure.in2
-rw-r--r--src/appl/sample/sserver/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/sample/sclient/configure.in b/src/appl/sample/sclient/configure.in
index 4632b9f26..0e5d57bd9 100644
--- a/src/appl/sample/sclient/configure.in
+++ b/src/appl/sample/sclient/configure.in
@@ -1,9 +1,9 @@
AC_INIT(sclient.c)
WITH_CCOPTS
+CONFIG_RULES
AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
-CONFIG_RULES
KRB_INCLUDE
ISODE_INCLUDE
WITH_KRB5ROOT
diff --git a/src/appl/sample/sserver/configure.in b/src/appl/sample/sserver/configure.in
index 348a4aeaf..f73131767 100644
--- a/src/appl/sample/sserver/configure.in
+++ b/src/appl/sample/sserver/configure.in
@@ -1,9 +1,9 @@
AC_INIT(sserver.c)
WITH_CCOPTS
+CONFIG_RULES
AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
-CONFIG_RULES
KRB_INCLUDE
ISODE_INCLUDE
WITH_KRB5ROOT