gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3902 - GNUnet


From: durner
Subject: [GNUnet-SVN] r3902 - GNUnet
Date: Sat, 9 Dec 2006 04:19:15 -0800 (PST)

Author: durner
Date: 2006-12-09 04:19:12 -0800 (Sat, 09 Dec 2006)
New Revision: 3902

Modified:
   GNUnet/configure.ac
Log:
fix

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2006-12-08 03:19:13 UTC (rev 3901)
+++ GNUnet/configure.ac 2006-12-09 12:19:12 UTC (rev 3902)
@@ -387,14 +387,14 @@
         ;;
       yes)
         AC_CHECK_HEADERS(dialog.h,
-          AC_CHECK_LIB([dialog], [dialog_menu],
+          AC_CHECK_LIB([dialog], [dlg_menu],
             dialog=1))
         ;;
       *)
         LDFLAGS="-L$with_dialog/lib $LDFLAGS"
         CPPFLAGS="-I$with_dialog/include $CPPFLAGS"
         AC_CHECK_HEADERS(dialog.h,
-          AC_CHECK_LIB([dialog], [dialog_menu],
+          AC_CHECK_LIB([dialog], [dlg_menu],
             EXT_LIB_PATH="-L$with_dialog/lib $EXT_LIB_PATH"
               dialog=1))
         ;;
@@ -402,7 +402,7 @@
    ],
    [AC_MSG_RESULT([--with-dialog not specified])
     AC_CHECK_HEADERS(dialog.h,
-      AC_CHECK_LIB([dialog], [dialog_menu],
+      AC_CHECK_LIB([dialog], [dlg_menu],
           dialog=1))])
 
 AM_CONDITIONAL(HAVE_DIALOG, test x$dialog = x1)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]