[java-atk-wrapper] configure.ac: remove quotation marks



commit 2c0d5b5c24ba82fa1130651a0ca704487d1852e7
Author: Magdalen Berns <m berns thismagpie com>
Date:   Mon Nov 10 13:33:56 2014 +0000

    configure.ac: remove quotation marks

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ad2a3a..d841230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ if test "x$with_jdk_auto_detect" = "xyes"; then
   SRC_DIR=`dirname $0`
   SRC_DIR=`cd $SRC_DIR;pwd;cd $CUR_DIR`
   $JAVAC $JAVACFLAGS $SRC_DIR/JavaInfo.java
-  JDK_SRC="`CLASSPATH=$SRC_DIR $JAVA JavaInfo`"
+  JDK_SRC=`CLASSPATH=$SRC_DIR $JAVA JavaInfo`
 else
   if test -z "$JDK_SRC"; then
     AC_MSG_ERROR("You should specify JDK_SRC")


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